Skip to content

Commit

Permalink
ci/cd: pass reference to workflow dispatch
Browse files Browse the repository at this point in the history
The action allows you to pass directly the Github reference for which
the triggered workflow will run.

Signed-off-by: Babis Chalios <mail@bchalios.io>
  • Loading branch information
bchalios committed Aug 19, 2021
1 parent e55d191 commit 9a2439b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,5 @@ jobs:
with:
workflow: "Create vAccel release"
token: ${{secrets.GITHUB_TOKEN}}
ref: ${{steps.tagName.outputs.tag}}
inputs: '{ "tag": "${{steps.tagName.outputs.tag}}" }'

0 comments on commit 9a2439b

Please sign in to comment.