Skip to content

Commit f9ab2f9

Browse files
VIA-598 Restore visibility of deployment environment and version
1 parent f4a525e commit f9ab2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
export TAG="${{ steps.variables.outputs.tag }}"
6666
make list-variables
6767
deploy-stage:
68-
name: "Deploy stage"
68+
name: "Deploy ${{ needs.metadata.outputs.tag }} to AWS ${{ github.event.inputs.environment }}"
6969
needs: [metadata]
7070
runs-on: ubuntu-latest
7171
environment:

0 commit comments

Comments
 (0)