Skip to content

Commit

Permalink
Fixing set-env in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Nov 17, 2020
1 parent 38ea00c commit a57567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Compare caches
id: compare
run: |
echo "DIFF=$(diff dist.json new.json; echo $?)" >> $GITHUB_ENV
echo "DIFF=$(diff dist.json new.json > /dev/null 2>&1; echo $?)" >> $GITHUB_ENV
- name: Copy cache
run: cat ~/.config/binenv/cache.json | jq . > distributions/cache.json
Expand Down

0 comments on commit a57567c

Please sign in to comment.