Skip to content
play

GitHub Action

Setup WhatChanged environment

v1.0.1 Latest version

Setup WhatChanged environment

play

Setup WhatChanged environment

Setup a WhatChanged command line environment and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup WhatChanged environment

uses: release-lab/setup-whatchanged@v1.0.1

Learn more about this action in release-lab/setup-whatchanged

Choose a version

setup-whatchanged

GitHub Actions status

setup whatchanged command line in Github Action

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v2
    with:
      # **this is important**
      fetch-depth: 0
  - uses: release-lab/setup-whatchanged@v1
    with:
      version: v0.5.6
  - run: |
      whatchanged

License

The scripts and documentation in this project are released under the MIT License