Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Sep 19, 2024
1 parent 19ae7e9 commit 8a46805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/argus-builder/manifest-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
with:
result-encoding: string
script: |
const eventName = context.eventName;
if (eventName === "pull_request") {
// use PR head branch name if triggered by PR
return context.payload.pull_request.head.ref;
Expand Down

0 comments on commit 8a46805

Please sign in to comment.