Skip to content

Commit 222f1e3

Browse files
committed
fix: command env
1 parent 4e0cc42 commit 222f1e3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/externalNut.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,8 @@ jobs:
104104
name: git clone
105105
with:
106106
max_attempts: 20
107-
command: git clone -b "$INPUTS_BRANCH" --single-branch "$INPUTS_EXTERNAL_PROJECT_GIT_URL" $(pwd)
107+
command: git clone -b ${{ inputs.branch }} --single-branch ${{ inputs.externalProjectGitUrl }} $(pwd)
108108
timeout_minutes: 20
109-
env:
110-
INPUTS_BRANCH: ${{ inputs.branch }}
111-
INPUTS_EXTERNAL_PROJECT_GIT_URL: ${{ inputs.externalProjectGitUrl }}
112109

113110
- name: Cache node modules
114111
if: inputs.useCache

0 commit comments

Comments
 (0)