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
Rename actions to setup-safe-inputs and setup-safe-outputs
- Renamed action directories from safe-inputs/safe-outputs to setup-safe-inputs/setup-safe-outputs
- Updated all documentation references in README files
- Updated build-actions.js dependency mapping
- Updated action.yml names to "Setup Safe Inputs" and "Setup Safe Outputs"
- Rebuilt and validated actions with new names
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy file name to clipboardExpand all lines: actions/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ actions/{action-name}/
17
17
18
18
## Available Actions
19
19
20
-
### safe-outputs
20
+
### setup-safe-outputs
21
21
22
22
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.
23
23
24
-
[Documentation](./safe-outputs/README.md)
24
+
[Documentation](./setup-safe-outputs/README.md)
25
25
26
-
### safe-inputs
26
+
### setup-safe-inputs
27
27
28
28
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.
29
29
30
-
[Documentation](./safe-inputs/README.md)
30
+
[Documentation](./setup-safe-inputs/README.md)
31
31
32
32
## Building Actions
33
33
@@ -190,7 +190,7 @@ Test actions locally by:
190
190
1. Creating a test workflow in `.github/workflows/`
0 commit comments