Skip to content

Commit 751bf99

Browse files
committed
Merge branch '193-incquery-autosar-uml-bridge' into 193-testing
2 parents 25e79f9 + 448661c commit 751bf99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/AutosarUmlActionExample.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,14 @@ jobs:
8484
run: |
8585
git fetch origin ${{steps.CommitIds.outputs.baseCommitId}}
8686
$contents = git cat-file blob ${{steps.CommitIds.outputs.baseCommitId}}:${{env.ModelName}}.${{env.ModelExtension}}
87+
echo $contents[1]
8788
if($contents -ne $null){
89+
echo "ps"
8890
$contents | Out-File -FilePath "${{env.ModelName}}_base.${{env.ModelExtension}}"
91+
echo "result=downloaded" >> $env:GITHUB_OUTPUT
8992
}
90-
else{
93+
else {
94+
echo "no"
9195
echo "result=notFound" >> $env:GITHUB_OUTPUT
9296
}
9397
- name: Post new model comment to PR

0 commit comments

Comments
 (0)