Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Jan 13, 2025
1 parent 13b9a6f commit 0f7cad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ runs:
done
echo "Attempting to restore package dependencies based on package.json ..."
fhir config regenerate on
FHIR_RESTORE=$((fhir restore | tr '\n' ' ')|| true) # Print everything in a single line
if [[ "$FHIR_RESTORE" == *"Cannot restore"* ]]; then
echo $FHIR_RESTORE
Expand Down

0 comments on commit 0f7cad3

Please sign in to comment.