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 cfdaf82 commit c2f1f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i-music-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
return jsonSafeString;
}

const issueBody = github.context.payload.issue.body;
const issueBody = context.payload.issue.body;
const escapedIssueBody = markdownToJsonSafeString(issueBody);
core.exportVariable('ESCAPED_ISSUE_BODY', escapedIssueBody);

Expand Down

0 comments on commit c2f1f20

Please sign in to comment.