This commit is contained in:
David Anson 2025-07-05 04:07:36 +00:00
parent 8769f52d79
commit 4549406d50

View file

@ -16,7 +16,7 @@ jobs:
with: with:
ref: next ref: next
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
- run: 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 $BRANCHNAME
- run: npm install - run: npm install
- run: npm run update-test-repos - run: npm run update-test-repos