We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ab2f9 commit 797c0d5Copy full SHA for 797c0d5
.github/workflows/cicd-3-deploy.yaml
@@ -86,7 +86,7 @@ jobs:
86
uses: actions/checkout@v5
87
with:
88
ref: ${{ needs.metadata.outputs.tag }}
89
- - name: "Deploy ${{ needs.metadata.outputs.tag }} to AWS (${{ github.event.inputs.environment }})"
+ - name: "Deploy ${{ github.event.inputs.environment }} ${{ needs.metadata.outputs.tag }}"
90
timeout-minutes: 10
91
uses: ./.github/actions/deploy
92
0 commit comments