diff --git a/.github/workflows/lint-unit.yml b/.github/workflows/lint-unit.yml index dcc71b7..65a803d 100644 --- a/.github/workflows/lint-unit.yml +++ b/.github/workflows/lint-unit.yml @@ -4,10 +4,10 @@ name: Lint & Unit test workflow_call: inputs: bundle_with: - description: "Bundle with option for Cookstyle, chose the bundler group that Cookstyle is in" + description: "Bundle with option for Chefstyle, chose the bundler group that Chefstyle is in" type: "string" required: false - default: "cookstyle" + default: "chefstyle" bundle_without: description: "Bundle without the listed groups of Gems" type: string diff --git a/README.md b/README.md index 36436ba..e0d4ae3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: lint-unit: uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main with: - bundle_with: "cookstyle" + bundle_with: "chefstyle" bundle_without: "development" ```