Skip to content

Commit 6ddd3d4

Browse files
committed
update
1 parent 689b671 commit 6ddd3d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
pr:
1313
description: "需要合并提交"
1414
type: boolean
15+
default: false
1516

1617
jobs:
1718
jobA:
@@ -32,7 +33,7 @@ jobs:
3233
jobB:
3334
name: createPr
3435
runs-on: ubuntu-latest
35-
if: github.event.inputs.pr == true && github.event.inputs.tag != ''
36+
if: ${{ github.event.inputs.pr }} && github.event.inputs.tag != ''
3637
steps:
3738
- uses: actions/checkout@v2
3839
- run: |

0 commit comments

Comments
 (0)