Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Oct 13, 2023
1 parent 91df42a commit 43f5857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commercial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
- run: echo "Exposing env vars"
# This workflow contains a single job called "build"
generate-schema:
needs: vars
uses: shopware/docs-ci/.github/workflows/generate_schema.yml@dx-adhoc/add-workflow-for-dsr
with:
schema_flags: --store-api -b ${{ needs.vars.outputs.PLUGIN_NAME }}
schema_file: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
plugin_name: ${{ needs.vars.outputs.PLUGIN_NAME }}
plugin_url: ${{ needs.vars.outputs.PLUGIN_URL }}
secrets: inherit
secrets: inherit
open-pr:
name: "Open a pull request"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43f5857

Please sign in to comment.