Skip to content

Commit 3bd5e62

Browse files
VIA-598 Improve visibility of deploy environment and version in deploy workflow
1 parent 72e52b6 commit 3bd5e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 ${{ needs.metadata.outputs.tag }} to AWS ${{ github.event.inputs.environment }}"
68+
name: "Deploy ${{ needs.metadata.outputs.tag }} to ${{ github.event.inputs.environment }}"
6969
needs: [metadata]
7070
runs-on: ubuntu-latest
7171
environment:
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v5
8787
with:
8888
ref: ${{ needs.metadata.outputs.tag }}
89-
- name: "Deploy ${{ github.event.inputs.environment }} ${{ needs.metadata.outputs.tag }}"
89+
- name: "Deploy ${{ needs.metadata.outputs.tag }} to ${{ github.event.inputs.environment }}"
9090
timeout-minutes: 10
9191
uses: ./.github/actions/deploy
9292
with:

0 commit comments

Comments
 (0)