Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent 21c0564 commit 0658019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: Test output
run: |
echo ${{ $var.BUILD_SUCCESS }}
echo ${{ var.BUILD_SUCCESS }}
echo ${{ vars.BUILD_SUCCESS == 'true' }}
${{ vars.BUILD_SUCCESS == 'false' }}
- name: Tokens Build Succeeded
Expand Down

0 comments on commit 0658019

Please sign in to comment.