From e94257307757420b7255d99580acb441096d7f58 Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Thu, 21 Sep 2023 22:49:08 +0200 Subject: [PATCH] #193 Some syntax correction --- .github/workflows/AutosarUmlActionExample.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index a85b003..d33d48a 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -30,9 +30,6 @@ jobs: #Diff Check between the modified files - name: DiffCheck run: | - 'C:\"Program Files"\LieberLieber\LemonTree.Automation\LemonTree.Automation.exe' - Diff --base Base.eapx - --mine B.eapx - --theirs A.eapx - [--sfs] + $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs ${{ steps.session_file.outputs.result }} + echo $output \ No newline at end of file