Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Mar 26, 2024
1 parent 80f29f5 commit 618fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
then
SKIP=1
fi
echo "skip=$skip" >> "$GITHUB_ENV"
echo "SKIP=$SKIP" >> "$GITHUB_ENV"
- name: free disk space
if: env.SKIP == '0'
run: |
Expand Down

0 comments on commit 618fd89

Please sign in to comment.