We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5ae94 commit 11c4893Copy full SHA for 11c4893
.github/workflows/tests-integration.yml
@@ -293,7 +293,7 @@ jobs:
293
gitRef: ${{needs.get-sha.outputs.gitRef}}
294
lease-id: ${{ needs.claim-env.outputs.leaseid }}
295
lease-namespace: ${{ inputs.lease_namespace || vars.SHEPHERD_LEASE_NAMESPACE || 'tas-devex' }}
296
- nodes: ${{ inputs.nodes }}
+ nodes: ${{ inputs.nodes || '16' }}
297
secrets: inherit
298
299
run-integration-tests-cf-env-with-client-creds:
0 commit comments