annabarnes1138/Archive Artifacts Composite Action
Archives a list of web artifacts (with optional descriptions), generates files, commits changes, and deploys to GitHub Pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| artifacts | A JSON array of artifact objects. Each object must include a "url" property and can optionally include a "description". Example: [ { "url": "https://example.com", "description": "Example website" }, { "url": "r/AskReddit", "description": "Subreddit Wiki for AskReddit" }, { "url": "https://example.com/file.pdf" } ] | yes | — |
| schedule | A description of the schedule (e.g., "Daily at midnight (UTC)") | no | Daily at midnight (UTC) |
| contact_email | Optional contact email to include in the README | no | — |
| limit_rate | Optional download speed limit for wget (e.g., '10m' for 10MB/s). | no | — |
| user_agent | Optional user-agent string for wget requests. Defaults to a spoofed Chrome user-agent. | no | — |
| github_token | GitHub token for committing changes and deploying to GitHub Pages. | yes | — |
Outputs
no outputs