Skip to content

Commit

Permalink
force deploy (#2283)
Browse files Browse the repository at this point in the history
* test

* test

* set default false
  • Loading branch information
anthony-britton-moj authored Sep 13, 2023
1 parent d2d4ce4 commit 1d5f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
push: true
force-deploy: "${{ inputs.force-deploy }}"
force-deploy: "${{ inputs.force-deploy || false }}"
secrets: inherit

post-build:
Expand Down

0 comments on commit 1d5f73b

Please sign in to comment.