Skip to content

Commit

Permalink
Merge pull request #22 from grafana/add-ref-action-param
Browse files Browse the repository at this point in the history
Add ref action param
  • Loading branch information
szkiba authored Aug 13, 2024
2 parents c6f6c0c + 78a7a7c commit ab68274
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ inputs:
description: output YAML instead of JSON
required: false

ref:
description: reference output URL for change detection
required: false

runs:
using: docker
image: docker://ghcr.io/grafana/k6registry:v0
5 changes: 5 additions & 0 deletions releases/v0.1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
k6registry `v0.1.7` is here 🎉!

This is an internal maintenance release.

Added missing `ref` action input parameter to action.yml

0 comments on commit ab68274

Please sign in to comment.