Skip to content

Commit ba0bcab

Browse files
authored
Update javadoc.yml
1 parent c509a14 commit ba0bcab

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/javadoc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
# Move to keep old dir and not need to rewrite everything
3939
- run: rm -rf Slimefun4/docs && mv Slimefun4/javadocs Slimefun4/docs
4040

41-
- name: Push to repository
42-
uses: github-actions-x/commit@v2.9
41+
- name: Push Javadoc
42+
uses: EndBug/add-and-commit@v9.1.4
4343
with:
4444
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 }}
45+
add: 'Slimefun4/docs'
46+
message: 'Update javadoc'
47+
author_name: 'noraincity-bot'
48+
author_email: ${{ secrets.BOT_EMAIL }}
49+
committer_name: 'noraincity-bot'
50+
committer_email: ${{ secrets.BOT_EMAIL }}

0 commit comments

Comments
 (0)