Skip to content

Commit 797c0d5

Browse files
VIA-598 Shorten name of deploy job to fit in Github UI
1 parent f9ab2f9 commit 797c0d5

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
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v5
8787
with:
8888
ref: ${{ needs.metadata.outputs.tag }}
89-
- name: "Deploy ${{ needs.metadata.outputs.tag }} to AWS (${{ github.event.inputs.environment }})"
89+
- name: "Deploy ${{ github.event.inputs.environment }} ${{ needs.metadata.outputs.tag }}"
9090
timeout-minutes: 10
9191
uses: ./.github/actions/deploy
9292
with:

0 commit comments

Comments
 (0)