Skip to content

Commit

Permalink
cmd/konflux: update the git commit command
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Sep 18, 2024
1 parent dd4ab9a commit 0602bb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cmd/konflux/templates/github/workflows/update-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
popd
rm -rf upstream/.git
git add upstream
git commit -m "[{{"${{matrix.branch}}"}}/bot] Update {{.Repository}}\n$(cat /tmp/diff.txt)"
git commit -F- <<EOF
[{{"${{matrix.branch}}"}}/bot] Update {{.Repository}}
$(cat /tmp/diff.txt)
EOF
git push -f origin actions/update/sources-main
- name: Create pull request
Expand Down

0 comments on commit 0602bb5

Please sign in to comment.