Skip to content

Commit e69bcfa

Browse files
authored
chore: update Docker version information in PR body (#1626)
1 parent f6e9018 commit e69bcfa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,16 @@ jobs:
7676
# Create PR with explicit title and body instead of --fill
7777
gh pr create \
7878
--title "chore: update Docker versions" \
79-
--body "Automated update of docker-versions.txt with current Docker and Docker Compose versions.
79+
--body "$(cat <<'EOF'
80+
Automated update of docker-versions.txt with current Docker and Docker Compose versions.
8081

8182
**Changes:**
8283
- Updated Docker version information
8384
- Updated Docker Compose version information
8485

85-
This PR only contains changes to \`docker-versions.txt\` and no other files." \
86+
This PR only contains changes to \`docker-versions.txt\` and no other files.
87+
EOF
88+
)" \
8689
--base main \
8790
--head "$BRANCH_NAME"
8891
fi

0 commit comments

Comments
 (0)