Skip to content

Commit

Permalink
#193 bugbug
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 27, 2023
1 parent a8ebca0 commit f944532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- name: DiffCheck
id: diffOutput
run: |
$output = '${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base '${{steps.backupModel.outputs.backupQeax}}' --theirs '${{steps.backupModel.outputs.backupQeax}}' --mine '${{steps.backupModel.outputs.currentQeax}}' --sfs log.ltsfs
echo "result=$output" >> $env:GITHUB_OUTPUT
&'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base '${{steps.backupModel.outputs.backupQeax}}' --theirs '${{steps.backupModel.outputs.backupQeax}}' --mine '${{steps.backupModel.outputs.currentQeax}}' --sfs log.ltsfs
#Archive Session Files
- name: Archive Session Files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f944532

Please sign in to comment.