mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
wip
This commit is contained in:
parent
e8e8ad45cb
commit
7a2acba333
1 changed files with 5 additions and 2 deletions
7
.github/workflows/update-test-repos.yml
vendored
7
.github/workflows/update-test-repos.yml
vendored
|
|
@ -18,8 +18,8 @@ jobs:
|
|||
with:
|
||||
ref: next
|
||||
- uses: actions/setup-node@v4
|
||||
- run: git config user.email "update-test-repos@example.com"
|
||||
- run: git config user.name "update-test-repos.yml"
|
||||
- run: git config user.email "david@dlaa.me"
|
||||
- run: git config user.name "David Anson"
|
||||
- run: git checkout -b update-test-repos-$GITHUB_RUN_ID
|
||||
- run: npm install
|
||||
- run: npm run update-test-repos
|
||||
|
|
@ -29,3 +29,6 @@ jobs:
|
|||
- run: git add .
|
||||
- run: git commit -m "Update test repo snapshots."
|
||||
- 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
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue