From e532955ec7f0a10ff33e0dbe9d018d688fb65554 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Thu, 5 Dec 2024 17:14:34 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8335960c..6c3de345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: - name: Let Rails generate the secret_key_base uses: ./.github/actions/docker-run with: - run: bundle exec rails runner 'puts Rails.application.secret_key_base' + run: "bundle exec rails runner 'puts Rails.application.secret_key_base'" - name: Get CPU info id: cpu_info run: echo "cpu_cores=$(nproc)" >> $GITHUB_ENV