From 1d21d89de8430498d52052f64a77f5a1144a44fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ott?= Date: Mon, 13 May 2024 10:38:58 +0200 Subject: [PATCH] Switch dispatch workflow to v0 as it is lacking the UI option now --- .github/workflows/dispatch_module.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch_module.yaml b/.github/workflows/dispatch_module.yaml index 835e251..445cbc7 100644 --- a/.github/workflows/dispatch_module.yaml +++ b/.github/workflows/dispatch_module.yaml @@ -42,11 +42,11 @@ jobs: dispatch_stable: needs: build_testplan - uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4 + uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v0 with: testplan: ${{ needs.build_testplan.outputs.testplan }} runs_on: '"ubuntu-latest"' - defaults: 'v4' + defaults: 'v0' plan_folder: '.github/oxid-esales' secrets: DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}