Skip to content

Commit

Permalink
#193 Review changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 23, 2023
1 parent 43e8702 commit 54dfe15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,23 @@ jobs:
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
with:
lfs: true
fetch-depth: 0
#Install LieberLieber LemonTree.Automation on the Action-Runner and prepare the license
#the secrets.LTALICENSE contains the text from the License File provided
- name: GetLTA
uses: LieberLieber/setup-LemonTree.Automation@v1
id: GetLTA
with:
License: ${{secrets.LTALICENSE}}
License: ${{secrets.LTALICENSE}}
#Diff Check between the modified files
- name: DiffCheck
run: |
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base Base.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs
echo $output >> $env:GITHUB_OUTPUT
#Archive Session Files
- name: Archive Session Files
uses: actions/upload-artifact@v3
with:
name: Review Session File
name: Diff Session File
path: log.ltsfs
retention-days: 5
#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
retention-days: 5

Empty file removed log.ltsfs
Empty file.

0 comments on commit 54dfe15

Please sign in to comment.