Skip to content

Commit

Permalink
see if this works
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <[email protected]>
  • Loading branch information
sumupitchayan committed Oct 19, 2023
1 parent 8f80224 commit e2d2ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setTestingModeVar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TESTING_MODE_INPUT="$1"
# Use user input or fall back to "true"
echo testingMode=${TESTING_MODE_INPUT:-"true"} >> $GITHUB_ENV
echo testingMode=${TESTING_MODE_INPUT:-"true"} >> $GITHUB_OUTPUT
# use $NAME in your action, value will be always provided


Expand Down

0 comments on commit e2d2ca2

Please sign in to comment.