Commit 40d3e4c
Changed files (1)
.github
workflows
.github/workflows/pr.yml
@@ -20,6 +20,10 @@ jobs:
sparse-checkout: |
app
health_data_store
+ - name: Checkout PR
+ run: gh pr checkout ${{ github.event.issue.number }}
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cache generated health data store
id: cache-generated
uses: actions/cache@v4