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 182ae32 commit cd750b9Copy full SHA for cd750b9
.github/workflows/update_version.yml
@@ -33,11 +33,11 @@ jobs:
33
jobB:
34
name: createPr
35
runs-on: ubuntu-latest
36
+ env:
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
if: ${{ github.event.inputs.pr }} && github.event.inputs.tag != ''
40
steps:
41
- uses: actions/checkout@v2
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- run: |
43
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
0 commit comments