Skip to content

Commit 5160334

Browse files
committed
core available globally
1 parent c38b841 commit 5160334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/autolabel-pr-issue.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
script: |
27-
const core = require('@actions/core');
28-
2927
const prNumber = context.payload.pull_request.number;
3028
const prTitle = context.payload.pull_request.title || '';
3129
const prBody = context.payload.pull_request.body || '';

0 commit comments

Comments
 (0)