This commit is contained in:
parent
ff1f770ec0
commit
d3c861a069
@ -31,7 +31,8 @@ jobs:
|
|||||||
id: hash-west
|
id: hash-west
|
||||||
run: |
|
run: |
|
||||||
FILE_PATH=zephyr/west.yml
|
FILE_PATH=zephyr/west.yml
|
||||||
HASH="$(sha256sum <(find . -name build.yml -o -name west.yml -type f -exec sha256sum \; | sort) | head -c 64)"
|
FILES=$(find . -name build.yml -o -name west.yml -type f -exec sha256sum \; | sort)
|
||||||
|
HASH="$(echo -n $FILES | sha256sum | head -c 64)"
|
||||||
echo "hash=$HASH" >> "$GITHUB_OUTPUT"
|
echo "hash=$HASH" >> "$GITHUB_OUTPUT"
|
||||||
echo "computed hash: $HASH"
|
echo "computed hash: $HASH"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user