We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1060d3 commit fff6a78Copy full SHA for fff6a78
.github/workflows/prepare-release.yml
@@ -58,10 +58,10 @@ jobs:
58
- name: Create release PR
59
uses: peter-evans/create-pull-request@v4
60
with:
61
- title: "Release $RELEASE_VERSION."
62
- body: "This PR releases codeql-coding-standards version $RELEASE_VERSION."
63
- commit-message: "Release $RELEASE_VERSION."
+ title: "Release ${{ github.event.inputs.version }}."
+ body: "This PR releases codeql-coding-standards version ${{ github.event.inputs.version }}."
+ commit-message: "Update user manual for release."
64
delete-branch: true
65
- branch: "rc/$RELEASE_VERSION"
+ branch: "rc/${{ github.event.inputs.version }}"
66
67
0 commit comments