Skip to content

Revert "Usando o cst 0 - tributada integralmente" #147

Revert "Usando o cst 0 - tributada integralmente"

Revert "Usando o cst 0 - tributada integralmente" #147

Workflow file for this run

name: Triggers a new docker image build
on:
push:
branches: [ 13.0 ]
jobs:
trigger-build:
runs-on: ubuntu-latest
steps:
- name: Trigger a dispatch action to docker-odoo repository
run: |
curl -X POST https://api.github.com/repos/Trust-Code/docker-odoo/actions/workflows/main.yml/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"ref": "13.0"}'