Skip to content

Commit

Permalink
comment body syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Feb 24, 2025
1 parent 8e024d5 commit a8f2665
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_springboot_admin_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "Run the Spring Boot Admin server image built for this PR with the command below:
```bash
docker run --rm -d --pull=always -p 9099:9099 --name spring-boot-admin-pr steeltoe.azurecr.io/spring-boot-admin:pr-${context.issue.number}
```"
body: 'Run the Spring Boot Admin server image built for this PR: `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 a8f2665

Please sign in to comment.