Skip to content

Commit ff60e81

Browse files
authored
Merge pull request #1548 from OctopusDeploy/new-url
Update url to hyponome
2 parents dee0fab + 5c3f177 commit ff60e81

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/Hyponome.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@ jobs:
1313
issue_number: context.issue.number,
1414
owner: context.repo.owner,
1515
repo: context.repo.repo,
16-
body: `[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/${context.issue.number})`
17-
})
16+
body: >
17+
Start Hyponome locally
18+
```
19+
docker pull ghcr.io/hnrkndrssn/hyponome:main
20+
docker run --rm -p 8000:8080 -it ghcr.io/hnrkndrssn/hyponome:main
21+
```
22+
23+
[Review in Hyponome](http://localhost:8000/pulls/${context.issue.number})
24+
})

0 commit comments

Comments
 (0)