Skip to content

Commit c2c5cd1

Browse files
committed
docs: Update documentation
1 parent 585d471 commit c2c5cd1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
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)
5+
`[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)]([https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs))`
66

77
## Inputs
88

@@ -16,10 +16,8 @@ Action to get paths and files changed in a Pull Request event and use these for
1616

1717
| parameter | description |
1818
| - | - |
19-
| paths_changed | List of changed paths, example: ``` ["dist", "dist/data"] ```
20-
|
21-
| file_changed | List of changed files, example: ``` ["dist/main.tf", "dist/index.js"] ```
22-
|
19+
| paths_changed | List of changed paths, example: ``` ["dist", "dist/data"] ```|
20+
| file_changed | List of changed files, example: ``` ["dist/main.tf", "dist/index.js"] ```|
2321

2422

2523
## Runs

0 commit comments

Comments
 (0)