Skip to content

Commit 1b3fae4

Browse files
authored
Fix issue comment so code block is correctly formatted (#1553)
1 parent 5a02729 commit 1b3fae4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Hyponome.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
owner: context.repo.owner,
1717
repo: context.repo.repo,
1818
body: `Start Hyponome locally
19-
```
19+
2020
docker pull ghcr.io/hnrkndrssn/hyponome:main
2121
docker run --rm -p 8000:8080 -it ghcr.io/hnrkndrssn/hyponome:main
22-
```
23-
24-
[Review in Hyponome](http://localhost:8000/pulls/${context.issue.number})`
22+
23+
[Review in Hyponome](http://localhost:8000/pulls/${context.issue.number})`
2524
})

0 commit comments

Comments
 (0)