mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 02:56:40 +00:00
ci(github): attempt to fix update formulas workflow, yet again
Is the third time the charm? Fingers crossed.
This commit is contained in:
8
.github/workflows/update-formulas.yml
vendored
8
.github/workflows/update-formulas.yml
vendored
@@ -14,8 +14,6 @@ jobs:
|
||||
update:
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- name: brew update
|
||||
run: brew update
|
||||
- name: Checkout tap repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
@@ -49,9 +47,9 @@ jobs:
|
||||
working-directory: builder
|
||||
- name: Update Cask formulas
|
||||
run: >-
|
||||
builder/bin/emacs-builder cask update
|
||||
--builds-repository jimeh/emacs-builds
|
||||
--templates-dir tap/templates
|
||||
builder/bin/emacs-builder
|
||||
cask --builds-repository jimeh/emacs-builds
|
||||
update --templates-dir tap/templates
|
||||
${{ github.event.inputs.extraArgs }}
|
||||
livecheck-results.json
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user