1
0
mirror of https://github.com/byReqz/conn.git synced 2024-11-01 01:03:14 +00:00
conn/.github/workflows/main.yml

25 lines
539 B
YAML
Raw Normal View History

2021-01-25 15:36:29 +00:00
name: gethash
on:
push:
paths:
- '.github/workflows/main.yml'
- 'conn.sh'
jobs:
gethash:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: get hash of script
run: echo $(md5sum conn.sh | cut -c -32) > hash
- name: Commit hash
uses: EndBug/add-and-commit@v7
with:
author_name: actions
author_email: nils@byreqz.de
message: 'updated hash after commit'
add: 'hash'