mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
chore(workflows): Updated branch for checkout
This commit is contained in:
4
.github/workflows/repository-management.yml
vendored
4
.github/workflows/repository-management.yml
vendored
@@ -29,7 +29,7 @@ on:
|
||||
default: false
|
||||
target_ref:
|
||||
default: "main"
|
||||
description: "Branch/Tag to target for cut"
|
||||
description: "Branch/Tag to target for cut (ignored if not cutting rc)"
|
||||
required: true
|
||||
type: string
|
||||
version_number_override:
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Check out branch
|
||||
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
||||
with:
|
||||
ref: main
|
||||
ref: ${{ github.ref }}
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
persist-credentials: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user