mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-04-21 09:29:43 +08:00
14 lines
184 B
YAML
14 lines
184 B
YAML
name: git-auto-commit
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
git-auto-commit:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Use git-auto-commit-action
|
|
uses: ./
|