Skip to content

Commit

Permalink
escape backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Feb 24, 2025
1 parent f1fde5a commit 642557c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_springboot_admin_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '
To run the Spring Boot Admin server image built for this PR:
```bash
body: 'To run the Spring Boot Admin server image built for this PR:
\`\`\`bash
docker run --rm -d --pull=always -p 9099:9099 --name spring-boot-admin-pr steeltoe.azurecr.io/spring-boot-admin:pr-${{ github.event.number }}
```'
\`\`\`'
})

0 comments on commit 642557c

Please sign in to comment.