Skip to content

Commit

Permalink
fix api url, make curl follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTJung committed Mar 13, 2024
1 parent dd486c5 commit 55547b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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
curl -o out/oops_response.xml -X POST -L -H "Content-Type: application/xml" -d @out/oops_request.xml https://oops.linkeddata.es/rest
- name: generate artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 55547b0

Please sign in to comment.