Skip to content

Commit

Permalink
get branch-name from github var (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken authored Feb 7, 2024
1 parent e8d1cd6 commit 7113a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-prow-build-job-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
GITHUB_REPO: ${{ github.event.repository.name }}
with:
context: "${{ inputs.CONTEXT }}"
commit_ref: "release-${VERSION}" # the name of the release branch.
commit_ref: ${{ GITHUB_REF_NAME }} # the name of the release branch.
timeout: ${{ inputs.TIMEOUT }}
check_interval: ${{ inputs.INTERVAL }}

0 comments on commit 7113a71

Please sign in to comment.