We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c509a14 commit ba0bcabCopy full SHA for ba0bcab
1 file changed
.github/workflows/javadoc.yml
@@ -38,13 +38,13 @@ jobs:
38
# Move to keep old dir and not need to rewrite everything
39
- run: rm -rf Slimefun4/docs && mv Slimefun4/javadocs Slimefun4/docs
40
41
- - name: Push to repository
42
- uses: github-actions-x/commit@v2.9
+ - name: Push Javadoc
+ uses: EndBug/add-and-commit@v9.1.4
43
with:
44
github-token: ${{ secrets.ACCESS_TOKEN }}
45
- push-branch: 'master'
46
- commit-message: 'Updated Javadocs'
47
- force-add: 'true'
48
- files: Slimefun4/docs
49
- name: noraincity-bot
50
- email: ${{ secrets.BOT_EMAIL }}
+ add: 'Slimefun4/docs'
+ message: 'Update javadoc'
+ author_name: 'noraincity-bot'
+ author_email: ${{ secrets.BOT_EMAIL }}
+ committer_name: 'noraincity-bot'
+ committer_email: ${{ secrets.BOT_EMAIL }}
0 commit comments