jamiemagee/Wayback Machine
Action for submitting a website to the Wayback Machine
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Optional URL to submit to the Wayback Machine. If not provided, the action will attempt to detect it from a CNAME file in the repository. | no | — |
| saveErrors | If true, save HTTP errors as well | no | true |
| saveOutlinks | If true, save all links to external sites | no | false |
| saveScreenshot | If true, save a screenshot of the site | no | false |
| skipFirstArchive | If true, skip the check for whether this is the first capture of the URL. Makes captures faster. | no | false |
| ifNotArchivedWithin | Only capture the URL if the most recent existing capture is older than this. Accepts SPN2 timedelta strings (e.g. "1d", "3h 20m") or seconds. Supports a comma-separated pair to apply a different value to outlinks. | no | — |
Outputs
| name | description |
|---|---|
| wayback_url | The Wayback Machine URL of the last successful capture in the run. |
| wayback_urls | Newline-separated list of Wayback Machine URLs for every successful capture in the run. |
| screenshot_url | The screenshot URL of the last successful capture (when saveScreenshot is true). |
| screenshot_urls | Newline-separated list of screenshot URLs for every capture that produced one. |