We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b54bb2 commit 94f073aCopy full SHA for 94f073a
.github/workflows/pipeline.yml
@@ -29,12 +29,12 @@ jobs:
29
30
deploy_to_dev_on_workflow_dispatch:
31
name: Deploy to dev on manual workflow dispatch
32
- if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev'
+ if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'development'
33
uses: ./.github/workflows/deploy.yml
34
needs:
35
- build
36
with:
37
- environment: dev
+ environment: development
38
version: ${{ needs.build.outputs.version }}
39
secrets: inherit
40
0 commit comments