Skip to content

Commit

Permalink
💚 simplified to include workspace - EXCEPT .git
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlichael committed Jul 5, 2024
1 parent 64bb151 commit fe4c4ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ runs:
uses: actions/cache/restore@v4
with:
path: |
${{ github.workspace }}/src
${{ github.workspace }}/test
${{ github.workspace }}/*.sln
${{ github.workspace }}/*.props
${{ github.workspace }}/*.targets
${{ github.workspace }}
!${{ github.workspace }}/.git
~/.nuget/packages
key: ${{ inputs.restoreCacheKey }}
restore-keys: |
Expand Down

0 comments on commit fe4c4ac

Please sign in to comment.