Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(action): context parameters #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 5, 2020
1 parent 5ba301e commit 8a4ad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const github = require('@actions/github');
// const githubSecret = core.getInput('github-secret');

const creator = github.context.payload.sender.login;
const opts = github.context.issues.listForRepo.endpoint.merge({
const opts = github.context.repo.repo.issues.listForRepo.endpoint.merge({
...github.context.issue,
creator,
state: 'all',
Expand Down

0 comments on commit 8a4ad61

Please sign in to comment.