From 03ad4ff88191193041d2cc5aa5fbaf0183e4e348 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 28 Jun 2021 23:26:51 +0100 Subject: [PATCH] ci(github): attempt to fix update formulas workflow, yet again Is the third time the charm? Fingers crossed. --- .github/workflows/update-formulas.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-formulas.yml b/.github/workflows/update-formulas.yml index 515d9133..2bf86791 100644 --- a/.github/workflows/update-formulas.yml +++ b/.github/workflows/update-formulas.yml @@ -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: