Skip to content

Commit 464d27b

Browse files
committed
Merge remote-tracking branch 'origin/fix-docker-version' into fix-docker-version
2 parents d7916fa + 8ef04ff commit 464d27b

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)