This commit is contained in:
parent
85a6110662
commit
0177f28427
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Hash west module
|
- name: Hash west module
|
||||||
id: hash-west
|
id: hash-west
|
||||||
run: |
|
run: |
|
||||||
HASH=$(sha256sum config/west.yml)
|
HASH=$(sha256sum config/west.yml | 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