Skip to content

Commit

Permalink
Update i-music-process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte authored Jun 8, 2024
1 parent 544edf4 commit ff1c68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/i-music-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,11 @@ jobs:
with:
script: |
const { GROQ_OUTPUT } = process.env;
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
const issue_number = context.issue.number;
const repo = context.repo.repo;
const owner = context.repo.owner;
await octokit.rest.issues.createComment({
await github.rest.issues.createComment({
owner,
repo,
issue_number,
Expand Down

0 comments on commit ff1c68f

Please sign in to comment.