Skip to content

Commit c05de87

Browse files
authored
Merge pull request #27 from beneite/featurebranch
adding PR link fix
2 parents d9fc484 + dcac15a commit c05de87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unitTestPipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
*🌿 Branch:* `${{ github.ref_name }}`
101101
*🧪 Test Summary:* `${{ steps.test_summary.outputs.summary }}`
102102
*⏱️ Duration:* `${{ steps.test_summary.outputs.duration }}`
103-
*🔗 PR:* `${{ ${{ steps.pr_link.outputs.link }} }}`
103+
*🔗 PR:* `${{ steps.pr_link.outputs.link }}`
104104
*📊 Full Report:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Open Report in Artifacts>
105105
SLACK_COLOR: ${{ steps.slack_color.outputs.color }}

0 commit comments

Comments
 (0)