Skip to content

Commit 2c0a54c

Browse files
committed
Add username and email
1 parent b60d2e6 commit 2c0a54c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/javadoc-gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ jobs:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
publish_dir: ./javadoc
5454
destination_dir: javadoc
55-
keep_files: true
55+
keep_files: true
56+
user_name: 'github-actions[bot]'
57+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)