mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00
workflow update slicing error check
core is already declared in actions/github-script@v7 so it's redundant
This commit is contained in:
parent
257e54c393
commit
43ee8fd928
1 changed files with 0 additions and 1 deletions
1
.github/workflows/slicing-error-check.yml
vendored
1
.github/workflows/slicing-error-check.yml
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue