Skip to content

Commit

Permalink
OXDEV-8400: Change type hints for arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jun 6, 2024
1 parent f724e96 commit 781e70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
repo: oxapi-documentation
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: schema.yml
workflow_file_name: schema.yaml
ref: "9.0-en"
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
configuration_module_php82_mysql80:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.1.x.yml,~/defaults/php8.2_mysql8.0_only.yml,~/graphql-configuration-access_light.yaml'
testplan: '~/defaults/7.1.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/graphql-configuration-access_light.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand Down

0 comments on commit 781e70e

Please sign in to comment.