File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 steps :
4040 - name : Deploy Kind Orchestrator
4141 id : deploy-kind-orchestrator
42- uses : open-edge-platform/edge-manageability-framework/.github/actions/deploy_kind@a949b22c2c512881615533b12ef50804690c6b03
43- timeout-minutes : 30
42+ uses : open-edge-platform/edge-manageability-framework/.github/actions/deploy_kind@ed0de70b9080465711c587a3ed7a75e51aa1fcb9
43+ timeout-minutes : 45
4444 with :
4545 orch_version : ${{ inputs.emf-branch || 'main' }}
4646 orch_password : ${{ secrets.ORCH_DEFAULT_PASSWORD }}
4747 docker_username : ${{ secrets.SYS_DOCKERHUB_USERNAME }}
4848 docker_password : ${{ secrets.SYS_DOCKERHUB_RO }}
4949 token : ${{ secrets.SYS_ORCH_GITHUB }}
50- deployment_type : ' minimal '
50+ deployment_type : ' all '
5151
5252 - name : Setup Go
5353 uses : actions/setup-go@v5
You can’t perform that action at this time.
0 commit comments