diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f18c29a..e459013 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,8 +49,10 @@ jobs: exit 0 fi echo $files # Debugging line to check the detected files - echo "FILES=$files" >> $GITHUB_ENV - + echo "FILES<> $GITHUB_ENV + echo "$files" >> $GITHUB_ENV + echo "EOF" >> $GITHUB_ENV + - name: Echo changed files run: | echo "Changed files: $FILES" diff --git a/file1.shapes.ttl b/file1.shapes.ttl index cb74c8a..2462fbe 100644 --- a/file1.shapes.ttl +++ b/file1.shapes.ttl @@ -13,7 +13,7 @@ a owl:Ontology ; owl:imports ; - owl:versionInfo "Created with TopBraid Composer" ; + owl:versionInfo "Created with TopBraid Composer" ; . file1:DestinationClass_1 a file1:Location ; diff --git a/subfolder/file2.shapes.ttl b/subfolder/file2.shapes.ttl index e81f247..031af43 100644 --- a/subfolder/file2.shapes.ttl +++ b/subfolder/file2.shapes.ttl @@ -19,7 +19,7 @@ file1:isPointOfShape a owl:Ontology ; owl:imports ; owl:imports ; - owl:versionInfo "Created with TopBraid Composer" ; + owl:versionInfo "Created with TopBraid Composer" ; . file2:ShouldFail a file1:RandomOtherClass ;