Skip to content

Add Migration Scripts #4

Add Migration Scripts

Add Migration Scripts #4

name: Trigger test odoo 17
on:
push:
branches:
- "17.0"
jobs:
trigger:
runs-on: ubuntu-20.04
steps:
- name: Trigger event on frepple repository
uses: mvasigh/dispatch-action@main
with:
token: ${{ secrets.COMMUNITY_GITHUB_TOKEN }}
repo: frepple
owner: frePPLe
event_type: odoo_connector
message: |
{
"branch": "17.0"
}