diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 17a1fb07ed0..1db5c1bb5bc 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -37,7 +37,6 @@ jobs: uses: actions/github-script@v7 with: script: | - const github = require('@actions/github'); const core = require('@actions/core'); const { context } = github;