Skip to content

Commit

Permalink
ci: create-pr-new-release.yml - specify branch name when trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
noritakaIzumi committed Nov 4, 2024
1 parent 4b21e2c commit abec3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Manually trigger the workflow "test"
run: gh workflow run test.yml
run: gh workflow run test.yml --ref ${{ env.branch-name }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit abec3a3

Please sign in to comment.