Skip to content

Commit

Permalink
Update alternate-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ash17290 authored Mar 28, 2024
1 parent 363ec14 commit 7f269c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alternate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
}
}`;
const pr_details = JSON.parse('${{ steps.pr.outputs.result }}');
const pr_details = JSON.parse(${{ steps.pr.outputs.result }});
try {
const { data } = await github.graphql(mutation, {
Expand Down

0 comments on commit 7f269c2

Please sign in to comment.