mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 20:13:45 +01:00
Try to fix nix generation
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user