Skip to content

Commit 4d733f0

Browse files
committed
l10n: ci: remove unused param for add-pr-comment@v2
When we upgraded GitHub Actions "mshick/add-pr-comment" to v2, the following warning message was reported every time we ran the CI. Unexpected input(s) 'repo-token-user-login', valid inputs ... Removed the obsolete parameter "repo-token-user-login" to suppress warning messages. Signed-off-by: Jiang Xin <[email protected]>
1 parent c68ee9b commit 4d733f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/l10n.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
env.COMMENT_BODY != ''
9999
with:
100100
repo-token: ${{ secrets.GITHUB_TOKEN }}
101-
repo-token-user-login: 'github-actions[bot]'
102101
message: >
103102
${{ steps.check-commits.outcome == 'failure' && 'Errors and warnings' || 'Warnings' }}
104103
found by [git-po-helper](https://github.com/git-l10n/git-po-helper#readme) in workflow

0 commit comments

Comments
 (0)