From 63142e6a1388fd186ed2f6edf8c320ef10141a2b Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Mon, 25 Sep 2023 12:42:37 +0200 Subject: [PATCH] #193 Syntax error --- .github/workflows/AutosarUmlActionExample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index c7f6690..69c7597 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -14,7 +14,7 @@ jobs: shell: pwsh runs-on: windows-latest timeout-minutes: 15 - steps: + steps: - name: Checkout Git repository uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: #Diff Check between the modified files - name: DiffCheck run: | - $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base Base.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs + $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base counting.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs echo $output #Archive Session Files - name: Archive Session Files