File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name: Archive in Portico
1515
1616on :
1717 schedule :
18- - cron : " 15 1 * * 6 "
18+ - cron : " 30 1 * * * "
1919 workflow_dispatch :
2020 inputs :
2121 datestamp :
@@ -178,6 +178,7 @@ jobs:
178178 run : |
179179 git config user.name "github-actions[bot]"
180180 git config user.email "github-actions[bot]@users.noreply.github.com"
181+ git pull origin ${{ github.ref }}
181182 git add .github/state/archive-in-portico/last-failures .github/state/archive-in-portico/last-run-date
182183 git commit -m "🤖 update archive-in-portico state files"
183184 git push origin HEAD:${{ github.ref }}
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ jobs:
163163 run : |
164164 git config user.name "github-actions[bot]"
165165 git config user.email "github-actions[bot]@users.noreply.github.com"
166+ git pull origin ${{ github.ref }}
166167 git add .github/state/upload-to-pmc/last-run-date
167168 git commit -m "🤖 update upload-to-pmc state files"
168169 git push origin HEAD:${{ github.ref }}
You can’t perform that action at this time.
0 commit comments