mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
fix: remove duplicate core import in approve-contributor workflow
actions/github-script already provides core as a global
This commit is contained in:
parent
8b02aff629
commit
64a8b64b52
1 changed files with 0 additions and 1 deletions
1
.github/workflows/approve-contributor.yml
vendored
1
.github/workflows/approve-contributor.yml
vendored
|
|
@ -23,7 +23,6 @@ jobs:
|
|||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
const core = require('@actions/core');
|
||||
|
||||
const issueAuthor = context.payload.issue.user.login;
|
||||
const commenter = context.payload.comment.user.login;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue