Skip to content

Commit

Permalink
Update reasoning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed May 13, 2024
1 parent 8e06abd commit 4413310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reasoning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: |
curl -L -o robot.jar "https://github.com/ontodev/robot/releases/latest/download/robot.jar"
java -jar robot.jar reason --reasoner hermit --input lehrplan.ttl --output reasoned.ttl
rm robot.jar
- uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: '' #optional defaults to master
BRANCH_NAME: 'main' #optional defaults to master

0 comments on commit 4413310

Please sign in to comment.