mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +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:
|
||||
ref: next
|
||||
- uses: actions/setup-node@v4
|
||||
- run: export BRANCHNAME=$(date +update-test-repos-%Y%m%d%H%M%S)
|
||||
- run: git checkout -b $BRANCHNAME
|
||||
# - run: export BRANCHNAME=$(date +update-test-repos-%Y%m%d%H%M%S)
|
||||
- run: git checkout -b update-test-repos-$GITHUB_RUN_ID
|
||||
- run: npm install
|
||||
- run: npm run update-test-repos
|
||||
continue-on-error: true
|
||||
|
|
@ -25,4 +25,4 @@ jobs:
|
|||
if: ${{ success() }}
|
||||
- run: git add .
|
||||
- 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