Skip to content

Commit

Permalink
WIP Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-dimitrov committed Aug 20, 2024
1 parent 874adf8 commit 1e7d01c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build_testplan:
runs-on: ubuntu-latest
runs-on: 'ubuntu-latest'
outputs:
testplan: '${{ steps.build.outputs.testplan }}'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
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.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/defaults/scheduled.yaml,~/module-gdproptin.yaml'
runs_on: '"ubuntu-latest"'
runs_on: 'ubuntu-latest'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
secrets:
Expand Down
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:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/module-gdproptin.yaml'
runs_on: '"ubuntu-latest"'
runs_on: 'ubuntu-latest'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
secrets:
Expand Down

0 comments on commit 1e7d01c

Please sign in to comment.