项目作者: actionshub

项目描述 :
Repository for the chef-delivery-action Github Action
高级语言: Shell
项目地址: git://github.com/actionshub/chef-delivery.git
创建时间: 2020-01-03T23:27:07Z
项目社区:https://github.com/actionshub/chef-delivery

开源协议:Apache License 2.0

下载


chef-delivery

CI State

A Github Action to run Chef Delivery on a cookbook

Usage

  1. name: delivery
  2. on: [push, pull_request]
  3. jobs:
  4. delivery:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - name: Check out code
  8. uses: actions/checkout@v2
  9. - name: Run Chef Delivery
  10. uses: actionshub/chef-delivery@main