mirror of
https://github.com/byReqz/stocheck.git
synced 2024-11-22 14:41:15 +00:00
Update main.yml
This commit is contained in:
parent
840abe6a46
commit
976f3d0938
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: get hash of script
|
- 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
|
- name: Commit hash
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
|
Loading…
Reference in New Issue
Block a user