Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlung-ri committed May 7, 2024
2 parents 22077c5 + 9ae5b5e commit 42cbfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Import into fhir_imports org
run: docker run --rm -v $(pwd):/fhir openconceptlab/oclapi2:qa python tools/import.py -f /fhir -t https://fhir.qa.openconceptlab.org/orgs/fhir_imports -s ${{ secrets.OCLAPI_TOKEN }} -c https://api.qa.openconceptlab.org/orgs/fhir_imports
run: docker run --rm -v $(pwd):/fhir openconceptlab/oclapi2:qa python tools/import.py -f /fhir/HL7-Connectathon-CodeSystems-to-load-03May24 -t https://fhir.qa.openconceptlab.org/orgs/fhir_imports -s ${{ secrets.OCLAPI_TOKEN }} -c https://api.qa.openconceptlab.org/orgs/fhir_imports

0 comments on commit 42cbfe3

Please sign in to comment.