Skip to content

Commit 31346c1

Browse files
authored
build: Update add-and-commit action (#87)
Change-Id: I52a036a19acd860297f2c294551768b7c7d71a15
1 parent b22fbf0 commit 31346c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-container-tags.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
sed -i "s/tag: .* # ${i} tag managed by github actions$/tag: pr-${{ github.event.number }} # ${i} tag managed by github actions/" helm-quarry/values.yaml
3838
done
3939
40-
- uses: EndBug/add-and-commit@v7
40+
- uses: EndBug/add-and-commit@v9
4141
with:
4242
add: 'helm-quarry/values.yaml'
4343
author_name: Github Action
4444
author_email: auto@github.com
4545
branch: ${{ env.GITHUB_REF }}
46-
message: 'auto update of ${{ inputs.imagename }} tag'
46+
message: 'auto update of tag'
4747
pull: --rebase --autostash

0 commit comments

Comments
 (0)