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 2f8e26e commit 775cdb3Copy full SHA for 775cdb3
.github/workflows/release-pr.yml
@@ -41,8 +41,6 @@ jobs:
41
git commit -m "Release manifest update"
42
git push origin ${{ env.target_branch }}
43
- name: Create pull request
44
- env:
45
- GITHUB_TOKEN: ${{ secrets.PAT }}
46
run: |
47
gh api \
48
--method POST \
0 commit comments