[workflow] removes checkout reference

This commit is contained in:
Refringe
2025-07-20 23:01:28 -04:00
parent a687320d75
commit d054d090c1
-1
View File
@@ -18,7 +18,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.head_ref }}
token: ${{ secrets.BYPASS_WORKFLOW_PAT || github.token }} token: ${{ secrets.BYPASS_WORKFLOW_PAT || github.token }}
- name: Setup .NET - name: Setup .NET