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 0c0a5cb commit c9c8905Copy full SHA for c9c8905
.github/workflows/update-submodules.yml
@@ -38,6 +38,6 @@ jobs:
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
commit-message: "Update ${{ matrix.submodule }} to ${{ steps.git-change-job.outputs.LATEST_TAG }}"
41
- title: "Update ${{ matrix.submodule }} to ${{ steps.git-change-job.outputs.LATEST_TAG }}"s
+ title: "Update ${{ matrix.submodule }} to ${{ steps.git-change-job.outputs.LATEST_TAG }}"
42
branch: ci-update-${{ matrix.submodule }}
43
branch-suffix: random
0 commit comments