We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9fc484 + dcac15a commit c05de87Copy full SHA for c05de87
1 file changed
.github/workflows/unitTestPipeline.yaml
@@ -100,6 +100,6 @@ jobs:
100
*🌿 Branch:* `${{ github.ref_name }}`
101
*🧪 Test Summary:* `${{ steps.test_summary.outputs.summary }}`
102
*⏱️ Duration:* `${{ steps.test_summary.outputs.duration }}`
103
- *🔗 PR:* `${{ ${{ steps.pr_link.outputs.link }} }}`
+ *🔗 PR:* `${{ steps.pr_link.outputs.link }}`
104
*📊 Full Report:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Open Report in Artifacts>
105
SLACK_COLOR: ${{ steps.slack_color.outputs.color }}
0 commit comments