Skip to content

Commit

Permalink
try fork of sous-chefs .github that can set chef workstation version
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dean <ben.dean@finvi.com>
  • Loading branch information
b-dean committed May 20, 2023
1 parent 2910e01 commit a38b8a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,13 +9,16 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.4
# uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.4
uses: b-dean/sous-chefs.github/.github/workflows/lint-unit.yml@chef-version
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
with:
chef_workstation_verison: 22.12.1024 # chef 17

integration:
needs: lint-unit
Expand Down

0 comments on commit a38b8a9

Please sign in to comment.