Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss committed Mar 12, 2024
1 parent 41793df commit 6cb29de
Show file tree
Hide file tree
Showing 3 changed files with 13,575 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ runs:
CHECK_FIRELY_TERMINAL_VERSION=$(fhir -v | tr '\n' ' ') # Print everything in a single line
echo "FIRELY_TERMINAL_VERSION: $CHECK_FIRELY_TERMINAL_VERSION"
#Install de l'annuiare depuis simplifier (methode bake)
- name: Run bake ans.annuaire.fhir.r4
#Install de l'annuaire depuis simplifier (methode bake)
- name: Run bake ans.annuaire.fhir.r4
if: ${{ inputs.bake == 'true' }}
shell: bash
run: |
fhir install ans.annuaire.fhir.r4 0.2.0
fhir bake --package ans.annuaire.fhir.r4
#Patch sur l'installation du frcore
- name: 📥 Clone IG-workflows
- name: 📥 Get FrCore dependency
if: ${{ inputs.bake == 'true' }}
shell: bash
run: |
Expand Down
Loading

0 comments on commit 6cb29de

Please sign in to comment.