This commit is contained in:
David Anson 2025-07-05 05:55:12 +00:00
parent 7a2acba333
commit 3154ab3f8b

View file

@ -29,6 +29,7 @@ jobs:
- run: git add . - run: git add .
- run: git commit -m "Update test repo snapshots." - run: git commit -m "Update test repo snapshots."
- run: git push --set-upstream origin update-test-repos-$GITHUB_RUN_ID - run: git push --set-upstream origin update-test-repos-$GITHUB_RUN_ID
- run: gh pr create --base next --body "" --title "Update test repo snapshots." --draft # BLOCKED: https://github.com/cli/cli/issues/10093
env: # - run: gh pr create --base next --body "" --title "Update test repo snapshots." --draft
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}