We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8a5f2 commit 6910b11Copy full SHA for 6910b11
1 file changed
.github/workflows/extract-sir.yml
@@ -41,4 +41,5 @@ jobs:
41
git config user.email "github-actions[bot]@users.noreply.github.com"
42
git add analysis_output/
43
git diff --cached --quiet || git commit -m "auto: extract SIR batch (max=${{ github.event.inputs.max_new_files }})"
44
+ git pull --rebase
45
git push
0 commit comments