GitHub Action
Setup WhatChanged environment
v1.0.1
Latest version
setup whatchanged command line in Github Action
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
The scripts and documentation in this project are released under the MIT License