Skip to content

Commit 6a288cf

Browse files
committed
Remove git metadata hack. Not needed
Signed-off-by: Jeremy Adams <jeremy@dagger.io>
1 parent 0e89f47 commit 6a288cf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ runs:
3838
DAGGER_VERSION=${{ inputs.version }} sh 2>/dev/null; }
3939
shell: bash
4040
41-
- run: if ! [ -d ./.git ]; then git clone -b ${GITHUB_REF_NAME} --no-checkout https://github.com/${GITHUB_REPOSITORY} .; fi
42-
shell: bash
43-
4441
- run: |
4542
cd ${{ inputs.workdir }} && { \
4643
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \

0 commit comments

Comments
 (0)