Skip to content

Commit

Permalink
Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent 49ede21 commit fd46b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Test output
run: |
echo $BUILD_SUCCESS
echo ${{ $BUILD_SUCCESS }}
echo ${{ $BUILD_SUCCESS == 'true' }}
echo ${{ $BUILD_SUCCESS == 'false' }}
echo ${{ vars.BUILD_SUCCESS }}
echo ${{ vars.BUILD_SUCCESS == 'true' }}
echo ${{ vars.BUILD_SUCCESS == 'false' }}
- name: Tokens Build Succeeded
if: ${{ $BUILD_SUCCESS == 'true' }}
run: echo Great success!
Expand Down

0 comments on commit fd46b2a

Please sign in to comment.