You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Description
4
4
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))`
6
6
7
7
## Inputs
8
8
@@ -16,10 +16,8 @@ Action to get paths and files changed in a Pull Request event and use these for
16
16
17
17
| parameter | description |
18
18
| - | - |
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"] ```|
0 commit comments