Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 12s

This commit is contained in:
2024-11-25 21:47:37 +01:00
parent 50aacd7944
commit ba8f35e7ac
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: https://github.com/actions/actions/checkout@v2
uses: https://github.com/actions/checkout@v2
- name: Verify commit exists in origin/main
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*