mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 08:26:40 +00:00
fix(workflows): refactor nightly workflows
This commit is contained in:
6
.github/workflows/_prepare.yml
vendored
6
.github/workflows/_prepare.yml
vendored
@@ -6,11 +6,13 @@ on:
|
||||
os:
|
||||
description: GitHub Actions runner OS
|
||||
type: string
|
||||
required: true
|
||||
required: false
|
||||
default: "macos-11"
|
||||
builder_ref:
|
||||
description: Git ref to checkout of build-emacs-for-macos
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
default: "v0.6.43"
|
||||
secrets:
|
||||
TAP_REPO_TOKEN:
|
||||
description: Personal Access Token for Homebrew Tap repo
|
||||
|
||||
Reference in New Issue
Block a user