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/local-actions/README.md
+3-31Lines changed: 3 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,33 +9,6 @@
9
9
---
10
10
11
11
<!-- header:end -->
12
-
13
-
## Overview
14
-
15
-
Action to expose sibling local actions next to the current action directory.
16
-
It creates a symlink to the parent actions directory at `../self-actions` relative to `github.workspace` during the main step and removes it automatically in the post step.
@@ -50,17 +23,16 @@ It creates a symlink to the parent actions directory at `../self-actions` relati
50
23
## Overview
51
24
52
25
Action to expose sibling local actions next to the current action directory.
53
-
It copies the parent actions directory into a configurable destination and cleans it up automatically in the post action.
54
-
55
-
FIXME: This is a workaround until this issue is resolved: <https://github.com/actions/runner/issues/1348>.
26
+
It creates a symlink to the parent actions directory at `../self-actions` relative to `github.workspace`
27
+
during the main step and removes it automatically in the post step.
Copy file name to clipboardExpand all lines: actions/local-actions/action.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
# FIXME: This is a workaround until this issue is resolved: https://github.com/actions/runner/issues/1348.
2
1
name: "Local actions"
3
2
description: |
4
3
Action to expose sibling local actions next to the current action directory.
5
-
It copies the parent actions directory into a configurable destination and cleans it up automatically in the post action.
4
+
It creates a symlink to the parent actions directory at `../self-actions` relative to `github.workspace`
5
+
during the main step and removes it automatically in the post step.
6
+
# FIXME: This is a workaround until this issue is resolved: https://github.com/actions/runner/issues/1348.
0 commit comments