.github/workflows/rspec.yml in cpflow-3.0.1 vs .github/workflows/rspec.yml in cpflow-4.0.0

- old
+ new

@@ -10,19 +10,19 @@ jobs: rspec-fast: name: RSpec (Fast) uses: ./.github/workflows/rspec-shared.yml with: - os-version: ubuntu-latest - ruby-version: "3.2" - test-tag: ~slow + os_version: ubuntu-latest + ruby_version: "3.2" + test_tag: ~slow secrets: inherit rspec-slow: name: RSpec (Slow) uses: ./.github/workflows/rspec-shared.yml if: github.event_name == 'workflow_dispatch' with: - os-version: ubuntu-latest - ruby-version: "3.2" - test-tag: slow + os_version: ubuntu-latest + ruby_version: "3.2" + test_tag: slow secrets: inherit