From c6ebe0f0bf6521d0fec668210775e1a8d3745d09 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 24 Feb 2021 03:23:14 -0800 Subject: [PATCH] ugh, try to fix github actions install --- .github/workflows/pronto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pronto.yml b/.github/workflows/pronto.yml index 509dd017..7b68e7d9 100644 --- a/.github/workflows/pronto.yml +++ b/.github/workflows/pronto.yml @@ -14,9 +14,9 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 - name: Setup bundler # Install only the linters group. - run: bundle config --local set without default development test staging production + run: bundle config --global set without default development test staging production - name: Install pronto - run: bundle install + run: bundle install --without default development test staging production - name: Run Pronto run: pronto run -f github_status github_pr -c origin/${{ github.base_ref }} env: