Skip to content

Commit

Permalink
Any of these formats set the var?
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 16, 2023
1 parent 4ef2fa3 commit 3f1edf9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ jobs:
echo $BUILD_SUCCESS
echo '{env.BUILD_SUCCESS}={false}' >> '$GITHUB_ENV'
echo $BUILD_SUCCESS
echo 'BUILD_SUCCESS=false' >> $GITHUB_ENV
echo $BUILD_SUCCESS
echo '{BUILD_SUCCESS}=false' >> $GITHUB_ENV
echo $BUILD_SUCCESS
echo '{BUILD_SUCCESS}={false}' >> $GITHUB_ENV
echo $BUILD_SUCCESS
echo 'env.BUILD_SUCCESS=false' >> $GITHUB_ENV
echo $BUILD_SUCCESS
echo '{env.BUILD_SUCCESS}=false' >> $GITHUB_ENV
echo $BUILD_SUCCESS
echo '{env.BUILD_SUCCESS}={false}' >> $GITHUB_ENV
echo $BUILD_SUCCESS
tokens-build-success:
Expand Down

0 comments on commit 3f1edf9

Please sign in to comment.