diff --git a/.github/workflows/move-files.yaml b/.github/workflows/move-files.yaml index 892bb06..1b39f94 100644 --- a/.github/workflows/move-files.yaml +++ b/.github/workflows/move-files.yaml @@ -20,10 +20,12 @@ jobs: - name: 'Checkout repository' id: checkout-repo uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: 'Move files' id: move-files - uses: './.github/actions/templates/moveFiles/action.yaml' + uses: ./.github/actions/templates/moveFiles with: branchName: 'wslfiles'