diff --git a/.github/workflows/nuget-ci.yml b/.github/workflows/nuget-ci.yml index 310f631..0fa0ecd 100644 --- a/.github/workflows/nuget-ci.yml +++ b/.github/workflows/nuget-ci.yml @@ -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/*