mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
CI: Remove redundant checkout step in Windows Patches job
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user