Skip to content

Commit

Permalink
#193 Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 25, 2023
1 parent e9af185 commit 63142e6
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 @@ -14,7 +14,7 @@ jobs:
shell: pwsh
runs-on: windows-latest
timeout-minutes: 15
steps:
steps:
- name: Checkout Git repository
uses: actions/checkout@v3

Expand All @@ -40,7 +40,7 @@ jobs:
#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
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base counting.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs
echo $output
#Archive Session Files
- name: Archive Session Files
Expand Down

0 comments on commit 63142e6

Please sign in to comment.