actions-rindeal/GitHub Raw Downloader
Download files from GitHub raw URLs with style ����
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 12, 2024
- License
- GPL 3.0
Pinned Snippet
uses: actions-rindeal/ghrawnloader@ddd8581e5a41585ec9089d8b4af11e596afc8910 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for accessing private repositories | no | ${{ github.token }} |
| repo | Repository to download from (org/repo) | no | ${{ github.repository }} |
| ref | Git reference (branch, tag, or commit SHA) | no | master |
| pre | Whether to run in pre action phase | no | false |
| files | Files to download (multi-line string) | yes | — |
| output-directory | Directory to store downloaded files | no | . |
Outputs
| name | description |
|---|---|
| metadata | JSON string containing metadata for all downloaded files |