Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgiakatos committed Oct 8, 2024
1 parent ead58b9 commit 73d3c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const github = require('@actions/github');
const issueNumber = github.context.payload.pull_request.issue_url.split('/').pop();
const issueComments = await github.issues.listComments({
owner: github.context.repo.owner,
Expand Down

0 comments on commit 73d3c19

Please sign in to comment.