Fixed params

This commit is contained in:
Claudio Sanches 2021-01-21 23:54:00 -03:00
parent 56ee106f34
commit bac26b82b9
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ':package: Artifacts ready for [download](https://github.com/${{ context.repo.owner }}/${{ context.repo.repo }}/actions/runs/${{ github.run_id }})!'
body: ':package: Artifacts ready for [download](https://github.com/${{ github.repository_owner }}/${{ github.repository }}/actions/runs/${{ github.run_id }})!'
})