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/workflows/unprivileged-download-artifact/action.yml
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
name: Unprivileged Download Artifact
2
-
description: Download artifacts from another workflow run without using an access token.
2
+
description: >-
3
+
Download artifacts from another workflow run without using an access token.
3
4
inputs:
4
5
run-id:
5
-
description: The run-id for the workflow run that you want to download the artifact from. If ommited it will download the most recently created artifact from the repo with the artifact-name.
6
+
description: >-
7
+
The run-id for the workflow run that you want to download the artifact
8
+
from. If ommitted it will download the most recently created artifact
9
+
from the repo with the artifact-name.
6
10
required: false
7
11
artifact-name:
8
12
desciption: The name of the artifact to download.
@@ -11,7 +15,9 @@ inputs:
11
15
12
16
outputs:
13
17
filename:
14
-
description: "The filename of the downloaded artifact or the empty string if the artifact was not found."
18
+
description: >-
19
+
The filename of the downloaded artifact or the empty string if the
0 commit comments