Skip to content

Commit e10650b

Browse files
authored
fix: update variable INPUT_BRANCH to BRANCH to avoid Github runner emptying the value (#44)
1 parent e371e30 commit e10650b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standards-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
AWS_SNS_ARN_DEV: ${{ secrets.AWS_SNS_ARN_DEV }}
8383
AWS_SNS_ARN_STAGING: ${{ secrets.AWS_SNS_ARN_STAGING }}
8484
INPUT_TRIGGERED_BY: ${{ github.repository }}
85-
INPUT_BRANCH: ${{ github.ref }}
85+
BRANCH: ${{ github.ref }}

0 commit comments

Comments
 (0)