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 12641dd commit 947a38dCopy full SHA for 947a38d
.github/workflows/release-kickoff.yml
@@ -15,5 +15,5 @@ jobs:
15
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
16
- name: Create PR to push main to release branch
17
env:
18
- GITHUB_TOKEN: ${{ secret.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
run: "gh pr create --title 'chore: kickoff release' --body 'kickoff release' --head main --base release"
0 commit comments