Skip to content

Commit

Permalink
Check fail problem correction
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 21, 2023
1 parent bf79340 commit e6288cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
License: ${{secrets.LTALICENSE}}
#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]
run: LemonTree.Automation.exe diff --base base.eapx --mine B.eapx --theirs A.eapx [--sfs]
echo Exitcode $LASTEXITCODE
pause

0 comments on commit e6288cb

Please sign in to comment.