File tree Expand file tree Collapse file tree 11 files changed +2894
-1509
lines changed Expand file tree Collapse file tree 11 files changed +2894
-1509
lines changed Original file line number Diff line number Diff line change 6363 origin \
6464 ${{ github.ref }} \
6565 $args
66- - uses : actions/setup-go@v2
66+ - uses : actions/setup-go@v5
6767 with :
6868 go-version : ' >=1.16'
69+ cache : false
6970 - name : Install git-po-helper
7071 run : go install github.com/git-l10n/git-po-helper@main
7172 - name : Install other dependencies
@@ -91,14 +92,13 @@ jobs:
9192 cat git-po-helper.out
9293 exit $exit_code
9394 - name : Create comment in pull request for report
94- uses : mshick/add-pr-comment@v1
95+ uses : mshick/add-pr-comment@v2
9596 if : >-
9697 always() &&
9798 github.event_name == 'pull_request_target' &&
9899 env.COMMENT_BODY != ''
99100 with :
100101 repo-token : ${{ secrets.GITHUB_TOKEN }}
101- repo-token-user-login : ' github-actions[bot]'
102102 message : >
103103 ${{ steps.check-commits.outcome == 'failure' && 'Errors and warnings' || 'Warnings' }}
104104 found by [git-po-helper](https://github.com/git-l10n/git-po-helper#readme) in workflow
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments