Skip to content

Commit

Permalink
[IMP] PRs que actualizan la plantilla no ejecutan actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Nov 15, 2023
1 parent 9d4d6be commit 7c78dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.github/workflows/template.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: {% raw %}${{ secrets.GH_UPDATE_ODOO_TEMPLATE }}{% endraw %}
commit-message: {% raw %}'[UPD] Updating template to ${{ steps.version-template.outputs.VERSION }}'{% 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 %}
branch: gh/addons-template-update-{{ odoo_version }}
delete-branch: true
title: '[UPD] Odoo module template'
title: '[skip actions][UPD] Odoo module template'
body: {% raw %}|
Updating to version ${{ steps.version-template.outputs.VERSION }}

Expand Down

0 comments on commit 7c78dcf

Please sign in to comment.