We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b955cc commit fb80242Copy full SHA for fb80242
.github/workflows/unit-integration-tests.yml
@@ -279,6 +279,7 @@ jobs:
279
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
280
with:
281
ref: ${{ inputs.ref || github.ref }}
282
+ fetch-depth: $(( ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 0 }} + 1 ))
283
284
- name: Setup Go
285
uses: ./.github/actions/setup-go
@@ -348,6 +349,7 @@ jobs:
348
349
350
351
352
353
354
355
0 commit comments