mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-09 14:52:48 +00:00
fix: Fixed workflow_call not being set properly for upstream checks, b=no-bug, c=workflows
This commit is contained in:
7
.github/workflows/sync-upstream.yml
vendored
7
.github/workflows/sync-upstream.yml
vendored
@@ -8,6 +8,13 @@ on:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
workflow_call:
|
||||
inputs:
|
||||
release_candidate:
|
||||
description: 'Set to true to sync release candidates'
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user