Skip to content

Commit

Permalink
fix: update variable INPUT_BRANCH to BRANCH to avoid Github runner em…
Browse files Browse the repository at this point in the history
…ptying the value (#441)
  • Loading branch information
ho-man-chan authored Apr 17, 2024
1 parent 5cff887 commit 47ec185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
AWS_SNS_ARN_DEV: ${{ secrets.AWS_SNS_ARN_DEV }}
AWS_SNS_ARN_STAGING: ${{ secrets.AWS_SNS_ARN_STAGING }}
INPUT_TRIGGERED_BY: ${{ github.repository }}
INPUT_BRANCH: ${{ github.ref }}
BRANCH: ${{ github.ref }}

0 comments on commit 47ec185

Please sign in to comment.