Skip to content

Commit

Permalink
Remove git metadata hack. Not needed
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Adams <[email protected]>
  • Loading branch information
jpadams committed Nov 14, 2023
1 parent 0e89f47 commit 6a288cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ runs:
DAGGER_VERSION=${{ inputs.version }} sh 2>/dev/null; }
shell: bash
- run: if ! [ -d ./.git ]; then git clone -b ${GITHUB_REF_NAME} --no-checkout https://github.com/${GITHUB_REPOSITORY} .; fi
shell: bash

- run: |
cd ${{ inputs.workdir }} && { \
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
Expand Down

0 comments on commit 6a288cf

Please sign in to comment.