workflow update slicing error check
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
conan-package / conan-package (push) Has been cancelled

core is already declared in actions/github-script@v7 so it's redundant
This commit is contained in:
HellAholic 2025-06-16 11:20:23 +02:00 committed by GitHub
parent 257e54c393
commit 43ee8fd928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const core = require('@actions/core');
const issue = context.payload.issue;
const issueNumber = issue.number;