mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 03:47:20 +00:00
Updated README.md (#1361)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
732c1a14e7
commit
f53b75ef58
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@ Github action used to effortlessly track all changed files and directories relat
|
|||
* [Features](#features)
|
||||
* [Usage](#usage)
|
||||
* [On `pull_request`](#on-pull_request)
|
||||
* [Using local .git history](#using-local-git-history)
|
||||
* [Using Github's API](#using-githubs-api)
|
||||
* [On `push`](#on-push)
|
||||
* [Useful Acronyms](#useful-acronyms)
|
||||
* [Outputs](#outputs)
|
||||
|
@ -203,7 +205,6 @@ jobs:
|
|||
done
|
||||
```
|
||||
|
||||
|
||||
### On `push`
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Reference in a new issue