Commit 40d3e4c

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-09-23 13:39:26
Update pr.yml (#448)
1 parent a1403ea
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