Skip to content

Commit

Permalink
add sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Nov 22, 2024
1 parent 3e46044 commit a488cec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cache_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
permissions:
actions: write
steps:
#- name: Checkout repo
# uses: actions/[email protected]
- name: Checkout repo
uses: actions/[email protected]
with:
sparse-checkout: .github
- name: Cache clean
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a488cec

Please sign in to comment.