From e0d8d95ae5d3f340611252eb73a6d4c715d4510e Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Thu, 21 Sep 2023 22:59:33 +0200 Subject: [PATCH] #193 Extended with log file --- .github/workflows/AutosarUmlActionExample.yml | 2 +- log.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 log.txt diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index d33d48a..bcce366 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -30,6 +30,6 @@ jobs: #Diff Check between the modified files - name: DiffCheck run: | - $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs ${{ steps.session_file.outputs.result }} + $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs log.txt echo $output \ No newline at end of file diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..e69de29