From a96a2e9db5792b1ca71e6c0a00baa8c597079c8d Mon Sep 17 00:00:00 2001 From: Koltai Kadosa Date: Wed, 20 Sep 2023 12:38:56 +0200 Subject: [PATCH] ARUMLPD-34 Changing to relative path to action --- .github/workflows/AutosarUmlActionExample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index de28559..b72934a 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -23,7 +23,7 @@ jobs: Copy-Item -Path ./counting-logic.qeax -Destination '${{ runner.temp }}/counting-logic-old.qeax' - name: Run IncQuery AUTOSAR-UML Bridge - uses: IncQueryLabs/incquery-suite-bridge-autosar-uml-action@v1 + uses: . with: arxml_file_path: counting-logic.arxml ea_model_file_path: counting-logic.qeax