We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5e6ee commit 6d21c37Copy full SHA for 6d21c37
1 file changed
.github/workflows/comment-deploy-link.yaml
@@ -104,6 +104,12 @@ jobs:
104
issue-number: ${{ github.event.number }}
105
body: |
106
🎉 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
113
🚀 Deploy this version of `${{ inputs.service }}` in an **ephemeral environment** with `--reference`:
114
${{ steps.set-result.outputs.result }}
115
comment-id: ${{ steps.find-comment.outputs.comment-id }}
0 commit comments