]> git.ipfire.org Git - thirdparty/git.git/commitdiff
l10n: ci: remove unused param for add-pr-comment@v2
authorJiang Xin <worldhello.net@gmail.com>
Fri, 16 Feb 2024 03:01:04 +0000 (11:01 +0800)
committerJiang Xin <worldhello.net@gmail.com>
Fri, 16 Feb 2024 03:40:58 +0000 (11:40 +0800)
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 <worldhello.net@gmail.com>
.github/workflows/l10n.yml

index 3d89758981fe468fbd14b207e10693f5b07e7841..6d3ae9daf1880812143d5576743a35e69182e9d7 100644 (file)
@@ -98,7 +98,6 @@ jobs:
           env.COMMENT_BODY != ''
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
-          repo-token-user-login: 'github-actions[bot]'
           message: >
             ${{ steps.check-commits.outcome == 'failure' && 'Errors and warnings' || 'Warnings' }}
             found by [git-po-helper](https://github.com/git-l10n/git-po-helper#readme) in workflow