1
0
mirror of https://github.com/byReqz/stocheck.git synced 2025-06-15 10:57:47 +00:00

Update main.yml

This commit is contained in:
Nils
2021-01-25 15:11:53 +00:00
committed by GitHub
parent 840abe6a46
commit 976f3d0938

View File

@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2
- name: get hash of script
run: $(md5sum stocheck.sh | cut -c -32) > hash
run: echo $(md5sum stocheck.sh | cut -c -32) > hash
- name: Commit hash
uses: EndBug/add-and-commit@v7