We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b7b3 commit 4c3bb55Copy full SHA for 4c3bb55
1 file changed
.github/workflows/update_files_for_release.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Create Pull Request
54
run: |
55
- gh pr create -B vNext -H "${{ inputs.NEW_VERSION }}-release" -r mbroz2 -r leochr --title "Updates for the release of ${{ inputs.NEW_VERSION }}" --body "Created by Github Actions"
+ gh pr create -B vNext -H "${{ inputs.NEW_VERSION }}-release" -r leochr --title "Updates for the release of ${{ inputs.NEW_VERSION }}" --body "Created by Github Actions"
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
0 commit comments