Skip to content

Commit 4518b2e

Browse files
committed
multiline yaml
1 parent ecc4730 commit 4518b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_config_server.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
- name: Post PR comment with image info
5353
if: ${{ github.event_name == 'pull_request' }}
54-
run: gh pr comment $PR_NUMBER --edit-last --create-if-none --body "To run the Spring Cloud Config Server image built for this pull request:
54+
run: |
55+
gh pr comment $PR_NUMBER --edit-last --create-if-none --body "To run the Spring Cloud Config Server image built for this pull request:
5556
\`\`\`bash
5657
docker run --rm -d --pull=always -p 8888:8888 --name config-pr $REGISTRY/$IMAGE_NAME:pr-$PR_NUMBER
5758
\`\`\`"

0 commit comments

Comments
 (0)