mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01:00
wip
This commit is contained in:
parent
4549406d50
commit
16fd77d455
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-test-repos.yml
vendored
6
.github/workflows/update-test-repos.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
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: export BRANCHNAME=$(date +update-test-repos-%Y%m%d%H%M%S)
|
||||||
- run: git checkout -b $BRANCHNAME
|
- 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
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
@ -25,4 +25,4 @@ jobs:
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
- 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 $BRANCHNAME
|
- run: git push --set-upstream origin update-test-repos-$GITHUB_RUN_ID
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue