Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Dec 5, 2024
1 parent def5e6e commit e532955
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 @@ -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
Expand Down

0 comments on commit e532955

Please sign in to comment.