Skip to content

Commit fcc1ce0

Browse files
committed
wip
1 parent 515ae37 commit fcc1ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-control-plane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Deploy Review App to Control Plane
22

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) }}
3+
run-name: ${{ github.event_name == 'issue_comment' && 'Deploying Review App' || format('Updating Review App for {0}', github.ref_name) }}
44

55
on:
66
issue_comment:

0 commit comments

Comments
 (0)