We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc92e1 commit 874ffcfCopy full SHA for 874ffcf
checksum/action.yml
@@ -3,5 +3,5 @@ description: 'Generates checksum for caching'
3
runs:
4
using: "composite"
5
steps:
6
- - run: find . -type f -name "*.gradle*" -o -name "gradle-wrapper*" -o -path "./gradle/*"| xargs shasum | sort > checksum.txt && cat checksum.txt
+ - run: find . -type f -name "*.gradle*" -o -name "gradle-wrapper*" -o -name "*.toml" | xargs shasum | sort > checksum.txt && cat checksum.txt
7
shell: bash
0 commit comments