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