We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c29ec commit 689b671Copy full SHA for 689b671
.github/workflows/update_version.yml
@@ -32,8 +32,8 @@ jobs:
32
jobB:
33
name: createPr
34
runs-on: ubuntu-latest
35
- if: github.event.inputs.pr && github.event.inputs.tag != ''
+ if: github.event.inputs.pr == true && github.event.inputs.tag != ''
36
steps:
37
- uses: actions/checkout@v2
38
- run: |
39
- gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
+ gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
0 commit comments