CI: Remove redundant checkout step in Windows Patches job

This commit is contained in:
Ryan Foster
2024-06-12 19:04:24 -04:00
parent 718bd0b265
commit 8fcdfb815f
-1
View File
@@ -180,7 +180,6 @@ jobs:
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/windows-patches
with:
tagName: ${{ github.ref_name }}