{"id":15653123,"url":"https://github.com/wei/wget","last_synced_at":"2025-04-30T21:10:54.487Z","repository":{"id":51490839,"uuid":"197506876","full_name":"wei/wget","owner":"wei","description":"Wraps the wget CLI to be used in Github Actions","archived":false,"fork":false,"pushed_at":"2019-08-29T15:23:41.000Z","size":4,"stargazers_count":31,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T06:14:00.807Z","etag":null,"topics":["action","github-action","wget"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-18T03:45:32.000Z","updated_at":"2024-12-31T07:04:34.000Z","dependencies_parsed_at":"2023-01-05T05:03:11.836Z","dependency_job_id":null,"html_url":"https://github.com/wei/wget","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fwget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fwget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fwget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fwget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wei","download_url":"https://codeload.github.com/wei/wget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782776,"owners_count":21642987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","github-action","wget"],"created_at":"2024-10-03T12:44:45.378Z","updated_at":"2025-04-30T21:10:54.466Z","avatar_url":"https://github.com/wei.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for wget\n\nWraps the wget CLI to be used in GitHub Actions. See also [GitHub Action for curl](https://github.com/marketplace/actions/github-action-for-curl).\n\n\n## Features\n * make http requests\n * http errors are treated as errors\n\n\n## Usage\n\n### GitHub Actions\n```\non: push\njobs:\n  wget:\n    runs-on: ubuntu-latest\n    steps:\n    - name: wget\n      uses: wei/wget@v1\n      with:\n        args: -O sample.html https://httpbin.org/html\n```\n\n```\non: push\njobs:\n  wget:\n    runs-on: ubuntu-latest\n    steps:\n    - name: wget\n      uses: wei/wget@v1\n      with:\n        args: -qO- https://httpbin.org/get\n```\n\n### Docker\n```\ndocker run --rm $(docker build -q .) \\\n  -qO- https://httpbin.org/get\n```\n\n\n## Author\n[Wei He](https://github.com/wei) _github@weispot.com_\n\n\n## License\n[MIT](https://wei.mit-license.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Fwget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwei%2Fwget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Fwget/lists"}