Try to fix nix generation

This commit is contained in:
Jordan Dominion
2025-08-03 21:55:28 -04:00
parent a4c3edf87a
commit 19a56f2ca1
+2 -4
View File
@@ -29,10 +29,8 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout (PR Merge)
uses: actions/checkout@v4
with:
ref: "refs/pull/${{ github.event.pull_request.number }}/head"
- name: Clone PR Branch
run: git clone -b ${{ github.event.pull_request.head.ref }} --depth 1 "https://git@github.com/tgstation/tgstation-server" .
- name: Regenerate Dependencies
run: |