mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Add fetch-depth to checkout step (#12782)
This commit is contained in:
1
.github/workflows/repository-management.yml
vendored
1
.github/workflows/repository-management.yml
vendored
@@ -461,6 +461,7 @@ jobs:
|
|||||||
- name: Check out main branch
|
- name: Check out main branch
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
with:
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user