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 (#75)
  • Loading branch information
ho-man-chan committed Apr 17, 2024
1 parent 43227c8 commit 3cd52f5
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 @@ -101,4 +101,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 3cd52f5

Please sign in to comment.