This commit is contained in:
David Anson 2025-07-05 04:11:41 +00:00
parent 4549406d50
commit 16fd77d455

View file

@ -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