Skip to content

Commit f1fde5a

Browse files
committed
use a multiline comment
1 parent 6955145 commit f1fde5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_springboot_admin_server.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@ jobs:
5757
issue_number: context.issue.number,
5858
owner: context.repo.owner,
5959
repo: context.repo.repo,
60-
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 }}`'
60+
body: '
61+
To run the Spring Boot Admin server image built for this PR:
62+
```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+
```'
6165
})

0 commit comments

Comments
 (0)