File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,18 +99,14 @@ jobs:
9999 - run : yarn oclif manifest
100100 if : ${{ steps.is-oclif-plugin.outputs.bool == 'true' }}
101101
102- - run : echo "TESTKIT_EXECUTABLE_PATH=$INPUTS_SFDX_EXECUTABLE_PATH" >> $GITHUB_ENV
103- if : inputs.sfdxExecutablePath
104- env :
105- INPUTS_SFDX_EXECUTABLE_PATH : ${{ inputs.sfdxExecutablePath }}
106-
107102 - name : NUTs with ${{ inputs.retries }} attempts
108103 uses : salesforcecli/github-workflows/.github/actions/retry@main
109104 with :
110105 max_attempts : ${{ inputs.retries }}
111106 command : ${{ inputs.command }}
112107 retry_on : error
113108 env :
109+ TESTKIT_EXECUTABLE_PATH : ${{ inputs.sfdxExecutablePath }}
114110 TESTKIT_AUTH_URL : ${{ secrets.TESTKIT_AUTH_URL}}
115111 TESTKIT_HUB_USERNAME : ${{ secrets.TESTKIT_HUB_USERNAME }}
116112 TESTKIT_JWT_CLIENT_ID : ${{ secrets.TESTKIT_JWT_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments