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: actions/setup/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This action copies workflow script files to the agent environment.
7
7
This action runs in all workflow jobs to provide scripts that can be used instead of being inlined in the workflow. This includes scripts for activation jobs, agent jobs, and safe-output jobs.
8
8
9
9
The action copies:
10
-
-117`.cjs` JavaScript files from the `js/` directory
10
+
-226`.cjs` JavaScript files from the `js/` directory
11
11
- 7 `.sh` shell scripts from the `sh/` directory
12
12
13
13
All files are copied to the destination directory (default: `/tmp/gh-aw/actions`). These files are generated by running `make actions-build` and are committed to the repository.
@@ -35,7 +35,7 @@ Default: `/tmp/gh-aw/actions`
35
35
36
36
### `files-copied`
37
37
38
-
The number of files copied to the destination directory (should be 124: 117 JavaScript files + 7 shell scripts).
38
+
The number of files copied to the destination directory (should be 233: 226 JavaScript files + 7 shell scripts).
39
39
40
40
## Example
41
41
@@ -56,7 +56,7 @@ steps:
56
56
57
57
This action copies files from `actions/setup/`, including:
0 commit comments