mirror of https://github.com/Icinga/L10n.git
template-update: Use peter-evans/create-pull-request@v3
This commit is contained in:
parent
f075a1f784
commit
accf678e70
|
@ -24,8 +24,9 @@ jobs:
|
|||
run: cd ./src/ && ../bin/update
|
||||
|
||||
- name: Open pull request
|
||||
uses: peter-evans/create-pull-request@v2
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
commit-message: "icinga.pot: Add latest messages"
|
||||
title: "Update template file"
|
||||
body: "Adds latest messages to the icinga template"
|
||||
|
|
Loading…
Reference in New Issue