Skip to content

Commit 8ef04ff

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f73e04c commit 8ef04ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-docker-registry-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
if git diff --cached --quiet; then
6666
echo "No changes to docker-versions.txt, skipping PR creation"
6767
else
68-
git commit -m "chore: update Docker versions
68+
git commit -m "chore: update Docker versions"
6969
git push origin "$BRANCH_NAME"
7070
# Create PR with explicit title and body instead of --fill
7171
gh pr create \
7272
--title "chore: update Docker versions" \
73-
--body "Automated update of docker-versions.txt with current Docker and Docker Compose versions.
73+
--body "Automated update of docker-versions.txt with current Docker and Docker Compose versions." \
7474
--base main \
7575
--head "$BRANCH_NAME"
7676
fi

0 commit comments

Comments
 (0)