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 f1fde5a commit 642557cCopy full SHA for 642557c
.github/workflows/build_springboot_admin_server.yaml
@@ -57,9 +57,8 @@ jobs:
57
issue_number: context.issue.number,
58
owner: context.repo.owner,
59
repo: context.repo.repo,
60
- body: '
61
- To run the Spring Boot Admin server image built for this PR:
62
- ```bash
+ body: 'To run the Spring Boot Admin server image built for this PR:
+ \`\`\`bash
63
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
- ```'
+ \`\`\`'
65
})
0 commit comments