Skip to content

Fix custom bundle to include chart utils (#25826) (#25831) #646

Fix custom bundle to include chart utils (#25826) (#25831)

Fix custom bundle to include chart utils (#25826) (#25831) #646

name: Code generation trigger
on:
push:
branches: [23_1]
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger code generation
run: |
gh workflow run update-generated-code.yml -R DevExpress/devextreme-vue
env:
GITHUB_TOKEN: ${{ secrets.DX_ROBOT_PAT }}