Skip to content

Commit

Permalink
Fix gha job image
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Oct 15, 2024
1 parent 12da2bd commit 6b06dec
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 @@ -31,7 +31,7 @@ on:

jobs:
build_testplan:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
outputs:
testplan: '${{ steps.build.outputs.testplan }}'
steps:
Expand Down Expand Up @@ -73,7 +73,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 6b06dec

Please sign in to comment.