mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 13:57:39 +00:00
Updated README.md (#1850)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
0ca1c07b47
commit
3649d2842d
1 changed files with 6 additions and 0 deletions
|
@ -602,6 +602,12 @@ Support this project with a :star:
|
||||||
# Type: string
|
# Type: string
|
||||||
until: ''
|
until: ''
|
||||||
|
|
||||||
|
# Force the use of Github's REST API even when
|
||||||
|
# a local copy of the repository exists
|
||||||
|
# Type: boolean
|
||||||
|
# Default: "false"
|
||||||
|
use_rest_api: ''
|
||||||
|
|
||||||
# Write outputs to the `output_dir` defaults to `.github/outputs` folder.
|
# Write outputs to the `output_dir` defaults to `.github/outputs` folder.
|
||||||
# NOTE: This creates a `.txt` file by default and
|
# NOTE: This creates a `.txt` file by default and
|
||||||
# a `.json` file if `json` is set to `true`.
|
# a `.json` file if `json` is set to `true`.
|
||||||
|
|
Loading…
Reference in a new issue