From 9af04dfc593826bc1b9cc3a72191410a3476e0c8 Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Mon, 25 Sep 2023 13:00:25 +0200 Subject: [PATCH] #193 Updated to use the backup version and the modified version --- .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 69c7597..3b41c0c 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -40,7 +40,7 @@ jobs: #Diff Check between the modified files - name: DiffCheck run: | - $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base counting.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs + $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base counting-logic-old.qeax --theirs counting-logic-old.qeax --mine counting-logic.qeax --sfs log.ltsfs echo $output #Archive Session Files - name: Archive Session Files