Skip to content

Commit

Permalink
Try7
Browse files Browse the repository at this point in the history
  • Loading branch information
steveraysteveray committed Sep 19, 2023
1 parent 6841b77 commit bbdbe21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
IFS=' ' read -ra ADDR <<< "${{ steps.getfile.outputs.files }}"
for file in "${ADDR[@]}"; do
python add-base.py "$file"
done
- name: Configure Git
run: |
Expand All @@ -62,4 +63,4 @@ jobs:
git add -u # Adds only modified files to the staging area
git commit -m "Updated .ttl files with base URI [AUTO]"
git push
done
2 changes: 1 addition & 1 deletion file1.shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file1:Equipment
rdfs:subClassOf rdfs:Resource ;
.
file1:Location
a rdfs:Class ;
a rdfs:Class ;
a sh:NodeShape ;
rdfs:label "Location" ;
rdfs:subClassOf rdfs:Resource ;
Expand Down

0 comments on commit bbdbe21

Please sign in to comment.