Skip to content

Commit

Permalink
[UPD] Bump create-pull-request@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Jun 25, 2024
1 parent 60e8ded commit 57b0424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/.github/workflows/template.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Create Pull Request
if: steps.check-changes.outputs.CHANGES == 1
id: cpr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: {% raw %}${{ secrets.GH_UPDATE_ODOO_TEMPLATE }}{% endraw %}
commit-message: {% raw %}'[skip actions][UPD] Updating template to ${{ steps.version-template.outputs.VERSION }}'{% endraw %}
committer: GitHub <noreply@github.com>
author: {% raw %}${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>{% endraw %}
{# committer: GitHub <noreply@github.com> #}
{# author: {% raw %}${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>{% endraw %} #}
branch: gh/addons-template-update-{{ odoo_version }}
delete-branch: true
title: '[skip actions][UPD] Odoo module template'
Expand Down

0 comments on commit 57b0424

Please sign in to comment.