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 72e52b6 commit 3bd5e62Copy full SHA for 3bd5e62
.github/workflows/cicd-3-deploy.yaml
@@ -65,7 +65,7 @@ jobs:
65
export TAG="${{ steps.variables.outputs.tag }}"
66
make list-variables
67
deploy-stage:
68
- name: "Deploy ${{ needs.metadata.outputs.tag }} to AWS ${{ github.event.inputs.environment }}"
+ name: "Deploy ${{ needs.metadata.outputs.tag }} to ${{ github.event.inputs.environment }}"
69
needs: [metadata]
70
runs-on: ubuntu-latest
71
environment:
@@ -86,7 +86,7 @@ jobs:
86
uses: actions/checkout@v5
87
with:
88
ref: ${{ needs.metadata.outputs.tag }}
89
- - name: "Deploy ${{ github.event.inputs.environment }} ${{ needs.metadata.outputs.tag }}"
+ - name: "Deploy ${{ needs.metadata.outputs.tag }} to ${{ github.event.inputs.environment }}"
90
timeout-minutes: 10
91
uses: ./.github/actions/deploy
92
0 commit comments