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

Commit

Permalink
Fix commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 10, 2024
1 parent be34bdd commit 8ba2f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
version: '3.36.0' # selfup {"extract":"\\d\\.\\d+\\.\\d+","replacer":["task", "--version"], "nth": 3}
- run: |
task snapshot | tee snapshot.txt
- name: Update related CI dependencies
- name: Commit if updated
continue-on-error: true
run: |
git diff-index --quiet HEAD || git commit -m 'Update snapshots' snapshot.txt
- name: Count added commits
Expand Down

0 comments on commit 8ba2f0a

Please sign in to comment.