Skip to content

Commit

Permalink
use depth=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Jun 6, 2024
1 parent 17c7ed4 commit 430fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ramdisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout source
run: |
git clone --branch $BRANCH_NAME $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git /mnt/ramdisk/repo
git clone --depth=1 --branch $BRANCH_NAME $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git /mnt/ramdisk/repo
env:
GITHUB_SERVER_URL: ${{ github.server_url }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit 430fd4f

Please sign in to comment.