Skip to content

Commit

Permalink
Merge branch 'b-7.1.x-yaml_refactoring-OXDEV-8400' into b-7.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Jun 25, 2024
2 parents 8acbc61 + ae975ac commit d2b8748
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
repo: module-workflows
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: storefront_workflow.yml
workflow_file_name: storefront_workflow.yaml
ref: "b-7.1.x"
client_payload: "{\"limit\": \"PHP8.2/MySQL8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"

Expand All @@ -46,6 +46,6 @@ jobs:
repo: module-workflows
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: storefront_workflow.yml
workflow_file_name: storefront_workflow.yaml
ref: "b-7.1.x"
client_payload: "{\"limit\": \"PHP8.2/MySQL8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,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"
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
repo: module-workflows
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: storefront_workflow.yml
workflow_file_name: storefront_workflow.yaml
ref: "b-7.1.x"
client_payload: "{\"limit\": \"PHP8.2/MySQL8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"

0 comments on commit d2b8748

Please sign in to comment.