We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937d093 commit aea0a99Copy full SHA for aea0a99
1 file changed
.github/workflows/tagged_release_test.yml
@@ -12,6 +12,12 @@ jobs:
12
env:
13
BODY: ${{ github.event.comment.body }}
14
- uses: actions/checkout@v3
15
+ - if: ${{ github.event.issue.pull_request != null }}
16
+ run: gh pr checkout ${PR_NUMBER}
17
+ env:
18
+ PR_NUMBER: ${{ github.event.issue.number }}
19
20
+ run: git merge --no-ff origin/main
21
- id: download-voicevox_core
22
uses: sevenc-nanashi/setup-voicevox@v0.1.0
23
with:
0 commit comments