1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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