Skip to content

Commit 6d21c37

Browse files
authored
Update the update comment step in deploy link (#157)
See #156 for context
1 parent be5e6ee commit 6d21c37

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/comment-deploy-link.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
issue-number: ${{ github.event.number }}
105105
body: |
106106
🎉 Version `${{ inputs.version }}` of service `${{ inputs.service }}` from commit ${{ inputs.git-sha }} created, hooray!
107+
```
108+
${{ inputs.version }}
109+
```
110+
```
111+
tf env deploy ${{ inputs.service }} ${{ inputs.version }}
112+
```
107113
🚀 Deploy this version of `${{ inputs.service }}` in an **ephemeral environment** with `--reference`:
108114
${{ steps.set-result.outputs.result }}
109115
comment-id: ${{ steps.find-comment.outputs.comment-id }}

0 commit comments

Comments
 (0)