From 24fd13aa1d9cb57e359ec51681fbf44ff3b97709 Mon Sep 17 00:00:00 2001 From: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:02:30 -0500 Subject: Switch main back to current for kitchen (#13397) Signed-off-by: Thomas Powell --- .github/workflows/kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.1