Skip to content

Commit

Permalink
OXDEV-8573 Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-dimitrov committed Aug 22, 2024
1 parent 874adf8 commit b347d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -45,7 +45,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yaml@v4
with:
testplan: ${{ needs.build_testplan.outputs.testplan }}
runs_on: ubuntu-latest
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
secrets:
Expand Down

0 comments on commit b347d43

Please sign in to comment.