1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00
stocheck/.github/workflows/main.yml

19 lines
380 B
YAML
Raw Normal View History

2021-01-25 14:49:28 +00:00
name: gethash
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
2021-01-25 14:59:33 +00:00
getscript:
2021-01-25 14:49:28 +00:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-01-25 14:59:33 +00:00
- name: get script
- name: gethash
uses: DamianReeves/write-file-action@v1.0
with:
path: /home/runner/work/stocheck/stocheck/hash
contents: stocheck.sh | md5sum | cut -c -32
write-mode: overwrite