Skip to content

Commit

Permalink
ci: don't redefine core
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf committed Jan 8, 2025
1 parent a072fc8 commit 76a2422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
id: check-label
with:
script: |
const core = require('@actions/core');
const { context } = require('@actions/github');
const { labels } = context.payload.pull_request;
Expand Down Expand Up @@ -44,7 +43,6 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const core = require('@actions/core');
const { context, github } = require('@actions/github');
const { pull_request } = context.payload;
Expand Down

0 comments on commit 76a2422

Please sign in to comment.