Skip to content

Commit

Permalink
This time for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
tothegills committed Aug 7, 2024
1 parent effdf34 commit 097755d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Hyponome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
env:
PR_NUMBER: ${{ github.event.number }}
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ${{ format('[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/{0})', context.issue.number) }}
body: "[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/$PR_NUMBER)"
})

0 comments on commit 097755d

Please sign in to comment.