Skip to content

Try commenting with hyponome link... #6

Try commenting with hyponome link...

Try commenting with hyponome link... #6

Workflow file for this run

name: Link to hyponome
on: pull_request
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
env:
PR_NUMBER: ${{ github.event.number }}
with:
script: |

Check failure on line 12 in .github/workflows/Hyponome.yml

View workflow run for this annotation

GitHub Actions / Link to hyponome

Invalid workflow file

The workflow is not valid. .github/workflows/Hyponome.yml (Line: 12, Col: 19): Unexpected symbol: '$PR_NUMBER'. Located at position 89 within expression: format('[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/{0})', $PR_NUMBER)
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})', $PR_NUMBER) }}
})