From 4ea463b427662a932701385bfdd03b259cfcfc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ott?= Date: Thu, 14 Mar 2024 12:50:25 +0100 Subject: [PATCH] Fix custom script escaping --- .github/workflows/call-universal_test_workflow.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/call-universal_test_workflow.yml b/.github/workflows/call-universal_test_workflow.yml index 1e19b8f8..f9157de2 100644 --- a/.github/workflows/call-universal_test_workflow.yml +++ b/.github/workflows/call-universal_test_workflow.yml @@ -388,7 +388,7 @@ jobs: debug: ${{ needs.init.outputs.debug }} - name: Run custom scripts - uses: 'OXID-eSales/github-actions/run_custom_scripts@v4' + uses: 'OXID-eSales/github-actions/run_custom_scripts@v0' with: container_name: ${{ needs.init.outputs.install_shop_container_name }} container_options: ${{ needs.init.outputs.install_shop_container_options }} @@ -578,7 +578,7 @@ jobs: - name: Run custom scripts if: ${{ matrix.testplan != 'skip' }} - uses: 'OXID-eSales/github-actions/run_custom_scripts@v4' + uses: 'OXID-eSales/github-actions/run_custom_scripts@v0' with: container_name: ${{ steps.install_module_testplan.outputs.install_module_container_name }} container_options: ${{ steps.install_module_testplan.outputs.install_module_container_options }} @@ -702,7 +702,7 @@ jobs: - name: Run custom scripts if: ${{ matrix.testplan != 'skip' }} - uses: 'OXID-eSales/github-actions/run_custom_scripts@v4' + uses: 'OXID-eSales/github-actions/run_custom_scripts@v0' with: container_name: ${{ steps.phpunit_testplan.outputs.phpunit_container_name }} container_options: ${{ steps.phpunit_testplan.outputs.phpunit_container_options }} @@ -834,7 +834,7 @@ jobs: - name: Run custom scripts if: ${{ matrix.testplan != 'skip' }} - uses: 'OXID-eSales/github-actions/run_custom_scripts@v4' + uses: 'OXID-eSales/github-actions/run_custom_scripts@v0' with: container_name: ${{ steps.codeception_testplan.outputs.codeception_container_name }} container_options: ${{ steps.codeception_testplan.outputs.codeception_container_options }} @@ -971,7 +971,7 @@ jobs: - name: Run custom scripts if: ${{ matrix.testplan != 'skip' }} - uses: 'OXID-eSales/github-actions/run_custom_scripts@v4' + uses: 'OXID-eSales/github-actions/run_custom_scripts@v0' with: container_name: ${{ steps.runtest_testplan.outputs.runtest_container_name }} container_options: ${{ steps.runtest_testplan.outputs.runtest_container_options }}