mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
wip
This commit is contained in:
parent
16fd77d455
commit
00d9cfb175
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-test-repos.yml
vendored
3
.github/workflows/update-test-repos.yml
vendored
|
|
@ -12,11 +12,12 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: git config user.email "update-test-repos@example.com"
|
||||||
|
- run: git config user.name "update-test-repos.yml"
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: next
|
ref: next
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
# - run: export BRANCHNAME=$(date +update-test-repos-%Y%m%d%H%M%S)
|
|
||||||
- run: git checkout -b update-test-repos-$GITHUB_RUN_ID
|
- run: git checkout -b update-test-repos-$GITHUB_RUN_ID
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run update-test-repos
|
- run: npm run update-test-repos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue