Skip to content

Commit

Permalink
FIX:remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 8, 2024
1 parent 346727e commit 677f824
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
description: 'JSON string/array describing the runner'
required: true
default: 'ubuntu-latest'
default: ubuntu-latest

jobs:
call_matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_dev_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
runs_on:
description: 'JSON string/array describing the runner'
required: true
default: 'ubuntu-latest'
default: ubuntu-latest

jobs:
call_matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_component_7.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/7.0.x.yml,tests/github_actions/twig-component.yml','test/github_actions/defaults/defaults.yml'
runs_on: ' ubuntu-latest'
runs_on: ubuntu-latest
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_component_7.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/7.1.x.yml,test/github_actions/defaults/defaults.yml,tests/github_actions/twig-component.yml'
runs_on: 'ubuntu-latest'
runs_on: ubuntu-latest
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_component_8.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml,test/github_actions/defaults/defaults.yml'
runs_on: 'ubuntu-latest'
runs_on: ubuntu-latest
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_component_7.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml'
runs_on: 'ubuntu-latest'
runs_on: ubuntu-latest
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/php8.2_mysql8.0_only.yml,tests/github_actions/defaults/ee.yml,tests/github_actions/twig-component.yml'
runs_on: 'ubuntu-latest'
runs_on: ubuntu-latest
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit 677f824

Please sign in to comment.