We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e09696 + 02b616a commit 1baae5aCopy full SHA for 1baae5a
1 file changed
.github/workflows/pkg_release.yml
@@ -158,7 +158,7 @@ jobs:
158
const version = "${{ steps.package-info.outputs.version }}";
159
const author_id = "${{ steps.author-info.outputs.author_id }}";
160
const release_url = "${{ steps.create-release.outputs.url }}";
161
- const repository = '${{ github.event.client_payload.repository }}'
+ const repository = '${{ github.repository }}'
162
const [owner, repo] = repository.split('/');
163
164
await github.rest.issues.create({
0 commit comments