Skip to content

Commit 0c0a5cb

Browse files
authored
sdf
1 parent dbcf16a commit 0c0a5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-submodules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: peter-evans/create-pull-request@v6
3838
with:
3939
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 }}"
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
4242
branch: ci-update-${{ matrix.submodule }}
4343
branch-suffix: random

0 commit comments

Comments
 (0)