-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e032d4e
commit 585d471
Showing
4 changed files
with
677 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# detect-changes-action | ||
# detect-changes-action | ||
|
||
## Description | ||
|
||
Action to get paths and files changed in a Pull Request event and use these for [GitHub Actions matrix](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs) | ||
|
||
## Inputs | ||
|
||
| parameter | description | required | default | | ||
| - | - | - | - | | ||
| path | Path | `false` | ./ | | ||
| token | The token to use to access the GitHub API | `false` | ${{ github.token }} | | ||
|
||
|
||
## Outputs | ||
|
||
| parameter | description | | ||
| - | - | | ||
| paths_changed | List of changed paths, example: ``` ["dist", "dist/data"] ``` | ||
| | ||
| file_changed | List of changed files, example: ``` ["dist/main.tf", "dist/index.js"] ``` | ||
| | ||
|
||
|
||
## Runs | ||
|
||
This action is a `node16` action. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.