Skip to content

Commit

Permalink
Default cache-dependency-path to pyproject.toml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 17, 2024
1 parent 330bc42 commit 5bc3d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
cache-dependency-path:
description: Hash this file and use it as part of the cache key.
required: false
default: ""
default: "pyproject.toml"

use-cache-if:
description: Save the cache.
Expand Down

0 comments on commit 5bc3d78

Please sign in to comment.