workflows: build and deploy: Remove final argument

The final argument is now filled up dynamically.

Changelog-entry: Remove final argument from build and deploy workflow
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit is contained in:
Alex Gonzalez 2022-08-01 13:04:06 +02:00
parent 04feb4815b
commit 1322f3b2cf

View file

@ -14,5 +14,4 @@ jobs:
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@v0.0.9
with:
deployTo: "production"
final: "no"
secrets: inherit