Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Deploy yml #135

Merged
merged 19 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,21 @@ jobs:
cd ..
cp -r ./tofsh/output/ fsh_files
gofsh fsh_files
rm -r ./input/fsh
cp -r gofsh/input/fsh ./input/fsh
rm -r ./input/fsh/instances
cp -r gofsh/input/fsh/instances ./input/fsh
sushi .

# commit to current repo
- name: "Overwrite fsh files"
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global credential.helper cache
git add ./input/fsh
git commit -a -m "$(date): update redcap2fhir resources"
git push



- name: "Download the IG Publisher"
shell: bash
Expand Down
102 changes: 0 additions & 102 deletions input/fsh/AL_Alias.fsh

This file was deleted.

Loading
Loading