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:
parent
04feb4815b
commit
1322f3b2cf
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build_and_deploy.yml
vendored
1
.github/workflows/build_and_deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue