Skip to content

Commit

Permalink
Test11
Browse files Browse the repository at this point in the history
  • Loading branch information
steveraysteveray committed Sep 20, 2023
1 parent f0d5f74 commit da7f36a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
exit 0
fi
echo $files # Debugging line to check the detected files
echo "FILES=$files" >> $GITHUB_ENV
echo "FILES<<EOF" >> $GITHUB_ENV
echo "$files" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Echo changed files
run: |
echo "Changed files: $FILES"
Expand Down
2 changes: 1 addition & 1 deletion file1.shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<https://example/file1>
a owl:Ontology ;
owl:imports <http://datashapes.org/dash> ;
owl:versionInfo "Created with TopBraid Composer" ;
owl:versionInfo "Created with TopBraid Composer" ;
.
file1:DestinationClass_1
a file1:Location ;
Expand Down
2 changes: 1 addition & 1 deletion subfolder/file2.shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ file1:isPointOfShape
a owl:Ontology ;
owl:imports <http://datashapes.org/dash> ;
owl:imports <https://example/file1> ;
owl:versionInfo "Created with TopBraid Composer" ;
owl:versionInfo "Created with TopBraid Composer" ;
.
file2:ShouldFail
a file1:RandomOtherClass ;
Expand Down

0 comments on commit da7f36a

Please sign in to comment.