mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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
|
default: false
|
||||||
target_ref:
|
target_ref:
|
||||||
default: "main"
|
default: "main"
|
||||||
description: "Branch/Tag to target for cut"
|
description: "Branch/Tag to target for cut (ignored if not cutting rc)"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
version_number_override:
|
version_number_override:
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: Check out branch
|
- name: Check out branch
|
||||||
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: ${{ github.ref }}
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user