Skip to content

Revert "Popup: place ‘Cancel’ button at the left of the ‘Done’ button… #651

Revert "Popup: place ‘Cancel’ button at the left of the ‘Done’ button…

Revert "Popup: place ‘Cancel’ button at the left of the ‘Done’ button… #651

name: Code generation trigger
on:
push:
branches: [23_2]
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 }}