Skip to content

Commit 642557c

Browse files
committed
escape backticks
1 parent f1fde5a commit 642557c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_springboot_admin_server.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
issue_number: context.issue.number,
5858
owner: context.repo.owner,
5959
repo: context.repo.repo,
60-
body: '
61-
To run the Spring Boot Admin server image built for this PR:
62-
```bash
60+
body: 'To run the Spring Boot Admin server image built for this PR:
61+
\`\`\`bash
6362
docker run --rm -d --pull=always -p 9099:9099 --name spring-boot-admin-pr steeltoe.azurecr.io/spring-boot-admin:pr-${{ github.event.number }}
64-
```'
63+
\`\`\`'
6564
})

0 commit comments

Comments
 (0)