Merge branch 'dev' into V7

This commit is contained in:
tgstation-server-ci[bot]
2025-08-04 01:56:51 +00:00
+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: |