OXDEV-10209: Add Changelog entry for graphql composer fix #67
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Trigger schema workflow | |
| on: | |
| push: | |
| tags: [v12.*] | |
| jobs: | |
| documentation_schema: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger schema generation in documentation | |
| uses: convictional/trigger-workflow-and-wait@v1.6.5 | |
| with: | |
| owner: oxid-esales | |
| repo: oxapi-documentation | |
| github_user: ${{ secrets.CI_USER }} | |
| github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }} | |
| workflow_file_name: schema.yaml | |
| ref: "12.0-en" |