mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-19 21:02:50 +08:00
Add fetch-depth to checkout step (#12782)
This commit is contained in:
parent
6ef3e9a076
commit
138e07eaf7
1
.github/workflows/repository-management.yml
vendored
1
.github/workflows/repository-management.yml
vendored
@ -461,6 +461,7 @@ jobs:
|
||||
- name: Check out main branch
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: main
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user