Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

GitHub Action to install Chef Habitat

License

Notifications You must be signed in to change notification settings

collinmcneese/chef-habitat-install

Repository files navigation

GitHub Action to Install Chef Habitat

CI State

Install Chef Habitat for pipeline usage

logic for action modified from upstream action [https://github.com/actionshub/chef-install]

Usage

Works with Windows and Linux (kernel 3+)

name: delivery

on: [push, pull_request]

jobs:
  jobname:

    runs-on: ubuntu-latest

    steps:
    - name: Check out code
      uses: actions/checkout@v3
    - name: install chef
      uses: collinmcneese/chef-habitat-install@main

  jobname2:

    runs-on: windows-latest

    steps:
    - name: Check out code
      uses: actions/checkout@v3
    - name: install chef
      uses: collinmcneese/chef-habitat-install@main

Envrionment Variables

name default description
version latest version to install