From 54dfe158ade9d935b1daf4c2dd6d7589d6c3c3f7 Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Sat, 23 Sep 2023 23:20:32 +0200 Subject: [PATCH] #193 Review changes made --- .github/workflows/AutosarUmlActionExample.yml | 21 ++++++++----------- log.ltsfs | 0 2 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 log.ltsfs diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index 54fcad4..d5da967 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -17,26 +17,23 @@ jobs: steps: - name: Checkout Git repository uses: actions/checkout@v3 - with: - lfs: true - fetch-depth: 0 #Install LieberLieber LemonTree.Automation on the Action-Runner and prepare the license #the secrets.LTALICENSE contains the text from the License File provided - name: GetLTA uses: LieberLieber/setup-LemonTree.Automation@v1 id: GetLTA with: - License: ${{secrets.LTALICENSE}} + License: ${{secrets.LTALICENSE}} + #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 + echo $output >> $env:GITHUB_OUTPUT #Archive Session Files - name: Archive Session Files uses: actions/upload-artifact@v3 with: - name: Review Session File + name: Diff Session File path: log.ltsfs - retention-days: 5 - #Diff Check between the modified files - - name: DiffCheck - run: | - $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs log.ltsfs - echo $output - \ No newline at end of file + retention-days: 5 + \ No newline at end of file diff --git a/log.ltsfs b/log.ltsfs deleted file mode 100644 index e69de29..0000000