From de6473a7baec39cdab863c1dfd081ae7aae5c606 Mon Sep 17 00:00:00 2001 From: RahatHameed Date: Mon, 20 Nov 2023 15:36:55 +0100 Subject: [PATCH] OXDEV-7538 Change testplan path --- .github/workflows/dispatch_dev_module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_dev_module.yml b/.github/workflows/dispatch_dev_module.yml index 9ec9955..6eb274f 100644 --- a/.github/workflows/dispatch_dev_module.yml +++ b/.github/workflows/dispatch_dev_module.yml @@ -8,7 +8,7 @@ on: type: string required: true description: 'URL/PATH of the testplan to run' - default: 'https://raw.githubusercontent.com/OXID-eSales/github-actions/v0/testplans/7.1.x.yml,https://raw.githubusercontent.com/OXID-eSales/vcms-examples/b-7.1.x-add-github-actions-OXDEV-7538/tests/github_actions/oe_vcmsexamples.yml' + default: 'tests/github_actions/defaults/7.1.x.yml,tests/github_actions/oe_vcmsexamples.yml' runs_on: type: string description: 'JSON string/array describing the runner'