Skip to content

Commit

Permalink
#193 Updated to use the backup version and the modified version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 25, 2023
1 parent 63142e6 commit 9af04df
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 @@ -40,7 +40,7 @@ jobs:
#Diff Check between the modified files
- name: DiffCheck
run: |
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base counting.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base counting-logic-old.qeax --theirs counting-logic-old.qeax --mine counting-logic.qeax --sfs log.ltsfs
echo $output
#Archive Session Files
- name: Archive Session Files
Expand Down

0 comments on commit 9af04df

Please sign in to comment.