Skip to content

Commit

Permalink
fix(ci): Correct output syntax (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaulifn authored Aug 24, 2023
1 parent adcf6e5 commit 976d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
yarn all
- name: Check for diff
id: diff
run: echo "{GIT_STATUS}=$(git status -s dist/)" >> $GITHUB_OUTPUT
run: echo "GIT_STATUS=$(git status -s dist/)" >> $GITHUB_OUTPUT
- name: Push build
if: ${{ steps.diff.outputs.GIT_STATUS != '' }}
run: |
Expand Down

0 comments on commit 976d212

Please sign in to comment.