Skip to content

Commit

Permalink
#193 Syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 21, 2023
1 parent a593738 commit d5a467e
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 @@ -30,7 +30,7 @@ jobs:
#Download
- name: Download base-commit file
id: baseDownload
echo "result=downloaded" >> $env:GITHUB_OUTPUT
echo "result=downloaded"
#Archive Session Files
- name: Archive Session Files
if: steps.baseDownload.outputs.result == 'downloaded'
Expand Down

0 comments on commit d5a467e

Please sign in to comment.