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: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,18 @@ It is especially useful when used in combination with the [workflow_run](https:/
8
8
9
9
### `jobs-url`
10
10
11
-
**Optional** The URL of the jobs API endpoint for the workflow run. If not provided, the URL will be extracted from the `github.event.workflow_run.jobs_url` context variable.
12
-
11
+
**Optional** The URL of the jobs API endpoint for the workflow run. If the workflow is triggered on the workflow run event, you can use the `github.event.workflow_run.jobs_url` context variable.
13
12
### `logs-url`
14
13
15
-
**Optional** The URL of the logs API endpoint for the workflow run. If not provided, the URL will be extracted from the `github.event.workflow_run.logs_url` context variable.
14
+
**Optional** The URL of the logs API endpoint for the workflow run. If the workflow is triggered on the workflow run event, you can use the `github.event.workflow_run.logs_url` context variable.
16
15
17
16
### `artifacts-url`
18
17
19
-
**Optional** The URL of the artifacts API endpoint for the workflow run. If not provided, the URL will be extracted from the `github.event.workflow_run.artifacts_url` context variable.
18
+
**Optional** The URL of the artifacts API endpoint for the workflow run. If the workflow is triggered on the workflow run event, you can use the `github.event.workflow_run.artifacts_url` context variable.
20
19
21
20
### `artifact-names`
22
21
23
-
**Optional** A comma-separated list of artifact names to download. If not provided, none of the artifacts will be downloaded.
22
+
**Optional** A comma-separated list of artifact names to download. If not provided, none of the artifacts will be downloaded. It doesn't have any effect if the `artifacts-url` input is not provided.
0 commit comments