We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7e57c commit 483fb7fCopy full SHA for 483fb7f
.github/workflows/documentation.yaml
@@ -48,12 +48,10 @@ jobs:
48
run: "rsync -r --delete build/docs/* docs/docs/components/type-resolver"
49
50
- name: "Commit"
51
- run: |
52
- cd docs
53
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
54
- git config --local user.name "github-actions[bot]"
55
- git add .
56
- git commit -a -m "Update type-resolver documentation"
+ uses: "stefanzweifel/git-auto-commit-action@v5"
+ with:
+ repository: "docs"
+ commit_message: "Update type-resolver documentation"
57
58
- name: "Push"
59
uses: "ad-m/github-push-action@master"
0 commit comments