mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
wip
This commit is contained in:
parent
7a2acba333
commit
3154ab3f8b
1 changed files with 4 additions and 3 deletions
7
.github/workflows/update-test-repos.yml
vendored
7
.github/workflows/update-test-repos.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue