Fix SS13 checkout ref

This commit is contained in:
Jordan Dominion
2024-08-28 07:02:59 -04:00
parent 4d28489375
commit 368edd3e5b
@@ -28,6 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: dev
fetch-depth: 0
fetch-tags: true
token: ${{ steps.app-token-generation.outputs.token }}