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 dbcf16a commit 0c0a5cbCopy full SHA for 0c0a5cb
.github/workflows/update-submodules.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: peter-evans/create-pull-request@v6
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
- commit-message: "Update ${{ matrix.submodule }} to ${{ steps.color-selector.outputs.SELECTED_COLOR }}"
41
- title: "Update ${{ matrix.submodule }} to ${{ steps.color-selector.outputs.SELECTED_COLOR }}"
+ commit-message: "Update ${{ matrix.submodule }} to ${{ steps.git-change-job.outputs.LATEST_TAG }}"
+ title: "Update ${{ matrix.submodule }} to ${{ steps.git-change-job.outputs.LATEST_TAG }}"s
42
branch: ci-update-${{ matrix.submodule }}
43
branch-suffix: random
0 commit comments