Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Do not use append mode in snapshot
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
kachick committed May 10, 2024
1 parent 0d87a31 commit be34bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
version: '3.36.0' # selfup {"extract":"\\d\\.\\d+\\.\\d+","replacer":["task", "--version"], "nth": 3}
- run: |
task snapshot | tee -a snapshot.txt
task snapshot | tee snapshot.txt
- name: Update related CI dependencies
run: |
git diff-index --quiet HEAD || git commit -m 'Update snapshots' snapshot.txt
Expand Down

0 comments on commit be34bdd

Please sign in to comment.