We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f43ff commit 87f8b85Copy full SHA for 87f8b85
.github/workflows/setup.yml
@@ -21,6 +21,7 @@ jobs:
21
- run: yarn install
22
- run: yarn format
23
24
+ # auto git commit
25
- uses: stefanzweifel/git-auto-commit-action@v4
26
with:
- commit_message: Apply changes
27
+ commit_message: apply changes
0 commit comments