Skip to content

Commit 94f073a

Browse files
committed
Reverted deploy pipeline change
1 parent 2b54bb2 commit 94f073a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
deploy_to_dev_on_workflow_dispatch:
3131
name: Deploy to dev on manual workflow dispatch
32-
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev'
32+
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'development'
3333
uses: ./.github/workflows/deploy.yml
3434
needs:
3535
- build
3636
with:
37-
environment: dev
37+
environment: development
3838
version: ${{ needs.build.outputs.version }}
3939
secrets: inherit
4040

0 commit comments

Comments
 (0)