diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index 06f729a..3bc7c66 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -30,5 +30,6 @@ 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