stirlinglabs/Get Repo Files
Get files from a repo, without checking out everything
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | List of files to download, 1 per line | no | — |
| files_json | List of files to download and their new names in json format, e.g. {'repo_name': 'local_name', ...} | no | — |
Outputs
| name | description |
|---|---|
| downloaded | List of files downloaded by the workflow, newline-delimited |
| downloaded_json | JSON array of files downloaded by the workflow |