diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index b210605..b66c8d4 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -16,8 +16,8 @@ jobs: const parentIssue = context.payload.issue; const parentIssueTitle = parentIssue.title; const parentIssueNumber = parentIssue.number; - const repo = parentIssue.repo; - const owner = parentIssue.owner; + const repo = context.repo.repo; + const owner = context.repo.owner; // Create the sub-issue const newIssue = await github.rest.issues.create({ diff --git a/aspell_custom.txt b/aspell_custom.txt index 1c3f9ca..ef203ef 100644 --- a/aspell_custom.txt +++ b/aspell_custom.txt @@ -10,3 +10,4 @@ goreleaser terraform tflint gorelease +repo