1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00
stocheck/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: did not find expected key
2021-01-25 14:59:33 +00:00

19 lines
380 B
YAML

name: gethash
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
getscript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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