WIP
This commit is contained in:
parent
33e8fd937f
commit
ae885f5d8c
4
.github/workflows/git-auto-commit.yml
vendored
4
.github/workflows/git-auto-commit.yml
vendored
@ -3,9 +3,11 @@ name: git-auto-commit
|
|||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
git-auto-commit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Use git-auto-commit-action
|
- name: Use git-auto-commit-action
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
Reference in New Issue
Block a user