Skip to content

Commit

Permalink
remove second core declaration in changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nsryan2 committed Jul 24, 2024
1 parent 58add16 commit 3e5aa56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/changelog_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const core = require('@actions/core');
const github = require('@actions/github');
const comment = core.getInput('comment');
github.issues.createComment({
issue_number: github.context.issue.number,
Expand Down

0 comments on commit 3e5aa56

Please sign in to comment.