Skip to content

Commit

Permalink
#193 Try test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 23, 2023
1 parent 3b6fca6 commit cc04833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
#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 >> $env:GITHUB_OUTPUT
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base Base.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs
echo $output
#Archive Session Files
- name: Archive Session Files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cc04833

Please sign in to comment.