Skip to content

Commit

Permalink
fix branch name (#58132)
Browse files Browse the repository at this point in the history
fix the branch name of the workflow
  • Loading branch information
sokra authored Nov 14, 2023
1 parent 2148077 commit bcd0cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-turbopack-test-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: node scripts/automated-update-workflow.js
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PULL_REQUESTS }}
BRANCH_NAME: fonts-data
BRANCH_NAME: turbopack-manifest
SCRIPT: test/build-turbopack-tests-manifest.js
PR_TITLE: Update Turbopack test manifest
PR_BODY: This auto-generated PR updates the integration test manifest used when testing Turbopack.

0 comments on commit bcd0cb8

Please sign in to comment.