We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0cc42 commit 222f1e3Copy full SHA for 222f1e3
1 file changed
.github/workflows/externalNut.yml
@@ -104,11 +104,8 @@ jobs:
104
name: git clone
105
with:
106
max_attempts: 20
107
- command: git clone -b "$INPUTS_BRANCH" --single-branch "$INPUTS_EXTERNAL_PROJECT_GIT_URL" $(pwd)
+ command: git clone -b ${{ inputs.branch }} --single-branch ${{ inputs.externalProjectGitUrl }} $(pwd)
108
timeout_minutes: 20
109
- env:
110
- INPUTS_BRANCH: ${{ inputs.branch }}
111
- INPUTS_EXTERNAL_PROJECT_GIT_URL: ${{ inputs.externalProjectGitUrl }}
112
113
- name: Cache node modules
114
if: inputs.useCache
0 commit comments