- docs(README.md): update README.md with information about the new workflow for committing changes

This commit is contained in:
alan890104
2023-09-13 16:44:21 +08:00
parent 138cc3015f
commit 575eb9ab07

View File

@@ -47,6 +47,11 @@ jobs:
with:
pattern: "<your folder>/*.txt"
suffix: "checksum"
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
```
This workflow will be triggered on a push to the `main` branch. It will: