Skip to content

Commit 6910b11

Browse files
committed
Fix push conflict: git pull --rebase prima del push
1 parent 3d8a5f2 commit 6910b11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/extract-sir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
git config user.email "github-actions[bot]@users.noreply.github.com"
4242
git add analysis_output/
4343
git diff --cached --quiet || git commit -m "auto: extract SIR batch (max=${{ github.event.inputs.max_new_files }})"
44+
git pull --rebase
4445
git push

0 commit comments

Comments
 (0)