Skip to content

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent 0658019 commit aa475fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: diff
working-directory: packages/tokens
run: |
echo $var.BUILD_SUCCESS
echo $vars.BUILD_SUCCESS
echo $BUILD_SUCCESS
echo '$BUILD_SUCCESS'
git commit --dry-run
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: Test output
run: |
echo ${{ var.BUILD_SUCCESS }}
echo ${{ vars.BUILD_SUCCESS }}
echo ${{ vars.BUILD_SUCCESS == 'true' }}
${{ vars.BUILD_SUCCESS == 'false' }}
- name: Tokens Build Succeeded
Expand Down

0 comments on commit aa475fe

Please sign in to comment.