Skip to content

Commit

Permalink
Merge pull request #14 from cfpb/fix/gzip-overwrite
Browse files Browse the repository at this point in the history
Overwrite gzipped logs even if they exist
  • Loading branch information
chosak authored Nov 2, 2020
2 parents af7512d + e414a5c commit 25a6211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Commit crawl results back to GitHub
run: |
gzip *.log
gzip -f *.log
git add .
git config user.email actions@users.noreply.github.com
git config user.name Automated
Expand Down

0 comments on commit 25a6211

Please sign in to comment.