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 (#73)
  • Loading branch information
ho-man-chan committed Apr 17, 2024
1 parent 905beb9 commit 5f22b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,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 5f22b90

Please sign in to comment.