Skip to content

Commit

Permalink
#193 Some syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 21, 2023
1 parent 6af5935 commit e942573
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +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]
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs ${{ steps.session_file.outputs.result }}
echo $output

0 comments on commit e942573

Please sign in to comment.