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 8b7e4cc commit 5b71278Copy full SHA for 5b71278
.github/workflows/deployment-stage-prod.yml
@@ -35,7 +35,7 @@ jobs:
35
needs: build-and-push
36
uses: ./.github/workflows/reusable-ecamp3-deployment.yml
37
with:
38
- name: ${{ github.ref_name }}
+ name: ${{ github.ref_name == 'prod' && 'app' || github.ref_name }}
39
env: ${{ github.ref_name }}
40
action: ${{ github.event.inputs.action || 'deploy' }}
41
secrets: inherit
0 commit comments