Skip to content

Commit 944378e

Browse files
committed
chore: move output to env
1 parent 68b466e commit 944378e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/nut.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)