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.
2 parents 0025356 + 1f24521 commit f9b91ccCopy full SHA for f9b91cc
.github/workflows/gem_release_prep.yml
@@ -65,7 +65,7 @@ jobs:
65
git commit -m "Release prep v${{ github.event.inputs.version }}"
66
67
- name: "Create pull request"
68
- uses: "peter-evans/create-pull-request@v6"
+ uses: "peter-evans/create-pull-request@v7"
69
with:
70
token: ${{ secrets.GITHUB_TOKEN }}
71
commit-message: "Release prep v${{ github.event.inputs.version }}"
.github/workflows/module_release_prep.yml
@@ -78,7 +78,7 @@ jobs:
78
git commit -m "Release prep v${{ steps.get_version.outputs.version }}"
79
80
- name: "Create pull Request"
81
82
if: ${{ steps.check.outputs.release == 'true' }}
83
84
0 commit comments