summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortpowell-progress <104777878+tpowell-progress@users.noreply.github.com>2022-12-01 17:02:30 -0500
committerGitHub <noreply@github.com>2022-12-01 17:02:30 -0500
commit24fd13aa1d9cb57e359ec51681fbf44ff3b97709 (patch)
tree9106bf900f85345382fff8da1f59fd91a26718e7 /.github
parentc034452de1d5f269ef1570e2734fe8af33014d89 (diff)
downloadchef-24fd13aa1d9cb57e359ec51681fbf44ff3b97709.tar.gz
Switch main back to current for kitchen (#13397)
Signed-off-by: Thomas Powell <powell@progress.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 3978a08949..589d572be4 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -65,7 +65,7 @@ jobs:
- name: 'Install Chef/Ohai from Omnitruck'
id: install_chef
run: |
- . { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel stable
+ . { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel current
$env:PATH = "C:\ruby31\bin;C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
chef-client -v
ohai -v