summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2024-02-16 03:01:04 (GMT)
committerJiang Xin <worldhello.net@gmail.com>2024-02-16 03:40:58 (GMT)
commit4d733f09f03c8e28a26470ebe046a2f3efa891d9 (patch)
tree7be4bc7de55931d4ec87d940c5f153506678a28e
parentc68ee9b9cc322b3f2fe5921150def5c7f511e1ff (diff)
downloadgit-4d733f09f03c8e28a26470ebe046a2f3efa891d9.zip
git-4d733f09f03c8e28a26470ebe046a2f3efa891d9.tar.gz
git-4d733f09f03c8e28a26470ebe046a2f3efa891d9.tar.bz2
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 <worldhello.net@gmail.com>
-rw-r--r--.github/workflows/l10n.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
index 3d89758..6d3ae9d 100644
--- a/.github/workflows/l10n.yml
+++ b/.github/workflows/l10n.yml
@@ -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