We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515ae37 commit fcc1ce0Copy full SHA for fcc1ce0
.github/workflows/deploy-to-control-plane.yml
@@ -1,6 +1,6 @@
1
name: Deploy Review App to Control Plane
2
3
-run-name: ${{ github.event_name == 'issue_comment' && format('Deploying Review App for PR #{0}', github.event.issue.number) || format('Updating Review App for PR #{0}', env.PR_NUMBER) }}
+run-name: ${{ github.event_name == 'issue_comment' && 'Deploying Review App' || format('Updating Review App for {0}', github.ref_name) }}
4
5
on:
6
issue_comment:
0 commit comments