We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e89f47 commit 6a288cfCopy full SHA for 6a288cf
1 file changed
action.yml
@@ -38,9 +38,6 @@ runs:
38
DAGGER_VERSION=${{ inputs.version }} sh 2>/dev/null; }
39
shell: bash
40
41
- - run: if ! [ -d ./.git ]; then git clone -b ${GITHUB_REF_NAME} --no-checkout https://github.com/${GITHUB_REPOSITORY} .; fi
42
- shell: bash
43
-
44
- run: |
45
cd ${{ inputs.workdir }} && { \
46
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
0 commit comments