Skip to content

Commit 00b2e6b

Browse files
committed
fix commit message when updating tags
1 parent 74f4aff commit 00b2e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/set-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
run: |
5353
kustomize edit set image "${{ inputs.repository }}:latest" "${{ inputs.repository }}:${{ inputs.tag }}"
5454
git add .
55-
git commit -m "Update ${{ inputs.app }} to ${{ github.sha }}"
55+
git commit -m "Update ${{ inputs.app }} to `${{ inputs.tag }}`"
5656
- name: Push manifests
5757
run: git push

0 commit comments

Comments
 (0)