Skip to content

Commit 689b671

Browse files
committed
update
1 parent 01c29ec commit 689b671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
jobB:
3333
name: createPr
3434
runs-on: ubuntu-latest
35-
if: github.event.inputs.pr && github.event.inputs.tag != ''
35+
if: github.event.inputs.pr == true && github.event.inputs.tag != ''
3636
steps:
3737
- uses: actions/checkout@v2
3838
- run: |
39-
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
39+
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'

0 commit comments

Comments
 (0)