mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +00:00
refactor(workflows): simplify default builder_ref setting
Allow the default builder_ref to be set in the a single location, the _prepare shared workflow. Other workflows essentially have a override option, and no longer need explicit default values set.
This commit is contained in:
2
.github/workflows/_build.yml
vendored
2
.github/workflows/_build.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
type: string
|
||||
builder_ref:
|
||||
description: "Git ref to checkout of build-emacs-for-macos"
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
builder_args:
|
||||
description: Custom arguments passed to build script
|
||||
|
||||
Reference in New Issue
Block a user