mirror of
https://github.com/byReqz/stocheck.git
synced 2024-11-14 11:43:15 +00:00
autogen hash for version check
This commit is contained in:
parent
e16424dcf5
commit
6f71adb3c1
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: gethash
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
gethash:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: get hash of script
|
||||
run: echo $(cat stocheck.sh | md5sum | cut -c -32) > hash
|
Loading…
Reference in New Issue
Block a user