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/README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,6 @@ Copies workflow script files to the agent environment. This action embeds all ne
23
23
24
24
[Documentation](./setup/README.md)
25
25
26
-
### setup-safe-outputs
27
-
28
-
Copies safe-outputs MCP server files to the agent environment. This action embeds all necessary JavaScript files for the safe-outputs MCP server and copies them to a specified destination directory.
29
-
30
-
[Documentation](./setup-safe-outputs/README.md)
31
-
32
-
### setup-safe-inputs
33
-
34
-
Copies safe-inputs MCP server files to the agent environment. This action embeds all necessary JavaScript files for the safe-inputs MCP server and copies them to a specified destination directory.
35
-
36
-
[Documentation](./setup-safe-inputs/README.md)
37
-
38
26
### noop
39
27
40
28
Processes noop safe output - a fallback output type that logs messages for transparency without taking any GitHub API actions.
@@ -264,7 +252,7 @@ Test actions locally by:
264
252
1. Creating a test workflow in `.github/workflows/`
0 commit comments