We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e9018 commit e69bcfaCopy full SHA for e69bcfa
.github/workflows/github-docker-registry-push.yml
@@ -76,13 +76,16 @@ jobs:
76
# Create PR with explicit title and body instead of --fill
77
gh pr create \
78
--title "chore: update Docker versions" \
79
- --body "Automated update of docker-versions.txt with current Docker and Docker Compose versions.
+ --body "$(cat <<'EOF'
80
+Automated update of docker-versions.txt with current Docker and Docker Compose versions.
81
82
**Changes:**
83
- Updated Docker version information
84
- Updated Docker Compose version information
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
+)" \
89
--base main \
90
--head "$BRANCH_NAME"
91
fi
0 commit comments