From 8e79752f913aaf3d756688ba38b994ffe031faa0 Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Thu, 21 Sep 2023 13:43:06 +0200 Subject: [PATCH] #193 Diff --- .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 6c9e2d1..579994d 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -30,5 +30,5 @@ 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] + 'C:\"Program Files"\LieberLieber\LemonTree.Automation\LemonTree.Automation.exe' Diff --base Base.eapx --mine B.eapx --theirs A.eapx [--sfs] \ No newline at end of file