This commit is contained in:
David Anson 2025-07-05 04:36:19 +00:00
parent 16fd77d455
commit 00d9cfb175

View file

@ -12,11 +12,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: git config user.email "update-test-repos@example.com"
- run: git config user.name "update-test-repos.yml"
- uses: actions/checkout@v4
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 update-test-repos-$GITHUB_RUN_ID
- run: npm install
- run: npm run update-test-repos