Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Dec 13, 2024
1 parent 514d8a4 commit b8f12bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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
Expand Down

0 comments on commit b8f12bc

Please sign in to comment.