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 c241358 commit aeffe1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/i-music-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ jobs:
with:
script: |
const { GITHUB_TOKEN } = process.env;
const issue_number = github.context.issue.number;
const repo = github.context.repo.repo;
const owner = github.context.repo.owner;
const issue_number = context.issue.number;
const repo = context.repo.repo;
const owner = context.repo.owner;
// Get current labels
const { data: labels } = await github.rest.issues.listLabelsOnIssue({
Expand Down

0 comments on commit aeffe1e

Please sign in to comment.