mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00
Apply review comments
This commit is contained in:
parent
200119fe6a
commit
1803cb02a4
1 changed files with 0 additions and 3 deletions
3
.github/workflows/slicing-error-check.yml
vendored
3
.github/workflows/slicing-error-check.yml
vendored
|
@ -10,14 +10,11 @@ permissions:
|
|||
jobs:
|
||||
processSlicingError:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
needs_info: ${{ steps.check_issue_details.outputs.needs_info }}
|
||||
steps:
|
||||
- name: Check for project file and set output
|
||||
id: check_issue_details
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
const core = require('@actions/core');
|
||||
const issue = context.payload.issue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue