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 63
63
origin \
64
64
${{ github.ref }} \
65
65
$args
66
- - uses : actions/setup-go@v2
66
+ - uses : actions/setup-go@v5
67
67
with :
68
68
go-version : ' >=1.16'
69
+ cache : false
69
70
- name : Install git-po-helper
70
71
run : go install github.com/git-l10n/git-po-helper@main
71
72
- name : Install other dependencies
@@ -91,14 +92,13 @@ jobs:
91
92
cat git-po-helper.out
92
93
exit $exit_code
93
94
- name : Create comment in pull request for report
94
- uses : mshick/add-pr-comment@v1
95
+ uses : mshick/add-pr-comment@v2
95
96
if : >-
96
97
always() &&
97
98
github.event_name == 'pull_request_target' &&
98
99
env.COMMENT_BODY != ''
99
100
with :
100
101
repo-token : ${{ secrets.GITHUB_TOKEN }}
101
- repo-token-user-login : ' github-actions[bot]'
102
102
message : >
103
103
${{ steps.check-commits.outcome == 'failure' && 'Errors and warnings' || 'Warnings' }}
104
104
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