Skip to content

Commit

Permalink
Merge pull request #16 from 7Factor/jwood/fix_pr_comment
Browse files Browse the repository at this point in the history
Add missing comma in PR Comment script.
  • Loading branch information
dumptruckman authored Jan 13, 2025
2 parents 5990b65 + a68803d commit bd4cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ runs:
outcome: "${{ steps.plan.outcome }}",
stdout: `${process.env.planStdout}`,
stderr: `${process.env.planStderr}`
}
},
output: {
enabled: ${{ inputs.action == 'output' }},
outcome: "${{ steps.output.outcome }}",
Expand Down

0 comments on commit bd4cf9f

Please sign in to comment.