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

Latest commit

 

History

History
44 lines (29 loc) · 946 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 946 Bytes

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