Skip to content

Commit

Permalink
add call to oops api to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTJung committed Mar 13, 2024
1 parent 1bd8c4f commit dd486c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: generate oops request xml
run: |
python combine_onto_files/.github/workflows/generate_oops_request_content.py -o out/oops_request.xml -i out/combined.rdf
- name: call oops api
run: |
curl -o out/oops_response.xml -X POST -H "Content-Type: application/xml" -d @out/oops_request.xml http://oops.linkeddata.es/rest
- name: generate artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dd486c5

Please sign in to comment.