We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200119f commit 1803cb0Copy full SHA for 1803cb0
.github/workflows/slicing-error-check.yml
@@ -10,14 +10,11 @@ permissions:
10
jobs:
11
processSlicingError:
12
runs-on: ubuntu-latest
13
- outputs:
14
- needs_info: ${{ steps.check_issue_details.outputs.needs_info }}
15
steps:
16
- name: Check for project file and set output
17
id: check_issue_details
18
uses: actions/github-script@v7
19
with:
20
- github-token: ${{ secrets.GITHUB_TOKEN }}
21
script: |
22
const core = require('@actions/core');
23
const issue = context.payload.issue;
0 commit comments