Skip to content

Commit

Permalink
testing actions10
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan8456 committed Feb 16, 2024
1 parent 54dc3a2 commit 2def79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
repository: kind-lab/reproschema-to-fhir
repository: kind-lab/reproschema-to-fhir
submodules: 'true'
path: './tofsh'
ssh-key: ${{ secrets.SSH_DEPLOY_KEY }}

# Call Gofsh if needed
- name: Checkout
Expand Down

0 comments on commit 2def79f

Please sign in to comment.