Skip to content

Commit

Permalink
fix: ensure commit message has a body
Browse files Browse the repository at this point in the history
to pass conform tests
  • Loading branch information
Mossman1215 committed Oct 31, 2023
1 parent d931461 commit 323ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-image-digests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git add ./config.yaml
git branch "${NEW_BRANCH}"
git checkout "${NEW_BRANCH}"
git commit -s -m "chore: update sync config.yaml images for ${TIMESTAMP}"
git commit -s -m "chore: update sync config.yaml images for ${TIMESTAMP}" -m "updates sync config.yaml images for ${TIMESTAMP}"
git push -f origin "${NEW_BRANCH}"
if ! gh label list --json name --jq .[].name | grep -Eq '^image-digest-update$'; then
Expand Down

0 comments on commit 323ffc8

Please sign in to comment.