项目作者: dawidd6

项目描述 :
:hammer_and_wrench: Updater of used GitHub Actions in workflow files
高级语言: Ruby
项目地址: git://github.com/dawidd6/actions-updater.git
创建时间: 2019-12-03T13:56:05Z
项目社区:https://github.com/dawidd6/actions-updater

开源协议:MIT License

下载


actions-updater

Gem
Bintray

A rather simple utility that checks if there are any updates for used Github Actions in specified workflow files (and optionally writes them back to files).

asciicast

Installation

Homebrew

  1. brew install dawidd6/tap/actions-updater

RubyGems

  1. gem install actions-updater

Source

  1. rake install

Usage

Check for available updates:

  1. # print every used action:
  2. actions-updater .github/workflows/*.yml
  3. # print only if there are any updates:
  4. actions-updater --newer .github/workflows/*.yml

Check for available updates and write to files:

  1. actions-updater --write .github/workflows/*.yml