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: .github/actions/git-diff-on-components/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,13 @@ This action takes care of all components with dependencies that were modified bu
15
15
### `all_files`
16
16
17
17
**Required** List of all files comming from `changed_files` step in `check_version` job github action workflow. It is necessary to set the action `Ana06/get-changed-files@v2.3.0` output in json format like
18
+
18
19
```
19
20
...
20
21
with:
21
22
format: json
22
23
```
24
+
23
25
in that way `steps.changed_files.outputs.all` will be converted in array of strings
24
26
25
27
## Example usage
@@ -34,8 +36,10 @@ in that way `steps.changed_files.outputs.all` will be converted in array of stri
34
36
```
35
37
36
38
## Build
39
+
37
40
You need to push all files generated in `dist` folder once you are finished with the build to test the new version of the github action in case you want to make modifications.
0 commit comments