Update close-old-issues.yaml

This commit is contained in:
Chris Titus 2024-02-19 18:39:24 -06:00
parent fc505872d2
commit 07eeed310b

View File

@ -14,7 +14,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const octokit = context.octokit;
const octokit = github;
// Get the repository owner and name
const { owner, repo } = context.repo;