Skip to content

Commit 1803cb0

Browse files
committed
Apply review comments
1 parent 200119f commit 1803cb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/slicing-error-check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ permissions:
1010
jobs:
1111
processSlicingError:
1212
runs-on: ubuntu-latest
13-
outputs:
14-
needs_info: ${{ steps.check_issue_details.outputs.needs_info }}
1513
steps:
1614
- name: Check for project file and set output
1715
id: check_issue_details
1816
uses: actions/github-script@v7
1917
with:
20-
github-token: ${{ secrets.GITHUB_TOKEN }}
2118
script: |
2219
const core = require('@actions/core');
2320
const issue = context.payload.issue;

0 commit comments

Comments
 (0)