Skip to content

Commit

Permalink
Merge pull request #1548 from OctopusDeploy/new-url
Browse files Browse the repository at this point in the history
Update url to hyponome
  • Loading branch information
hnrkndrssn authored Aug 21, 2024
2 parents dee0fab + 5c3f177 commit ff60e81
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/Hyponome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/${context.issue.number})`
})
body: >
Start Hyponome locally
```
docker pull ghcr.io/hnrkndrssn/hyponome:main
docker run --rm -p 8000:8080 -it ghcr.io/hnrkndrssn/hyponome:main
```
[Review in Hyponome](http://localhost:8000/pulls/${context.issue.number})
})

0 comments on commit ff60e81

Please sign in to comment.