ci(github): attempt to fix update formulas workflow, yet again

Is the third time the charm? Fingers crossed.
This commit is contained in:
2021-06-28 23:26:51 +01:00
parent 57e134e29e
commit 03ad4ff881

View File

@@ -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: