mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
- nama: Git Auto Commit
|
||
menggunakan: stefanzweifel/git-auto-commit-action@v4.16.0
|
||
- Kunci ID GPG: 4AEE18F83AFDEB23
|
||
# This step would always try to push something.
|
||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||
|
||
- name: Change Files
|
||
run: # Do something to make repo dirty
|
||
|
||
# This step would create a commit and push it.
|
||
- uses: stefanzweifel/git-auto-commit-action@v4
|