{"id":13808878,"url":"https://github.com/wei/curl","last_synced_at":"2025-04-11T22:12:14.982Z","repository":{"id":55019109,"uuid":"197501546","full_name":"wei/curl","owner":"wei","description":"Wraps the curl CLI to be used in Github Actions","archived":false,"fork":false,"pushed_at":"2020-10-20T16:31:10.000Z","size":4,"stargazers_count":108,"open_issues_count":8,"forks_count":41,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T22:12:08.888Z","etag":null,"topics":["action","curl","github-action"],"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:05:55.000Z","updated_at":"2024-09-23T11:50:34.000Z","dependencies_parsed_at":"2023-01-04T12:30:44.360Z","dependency_job_id":null,"html_url":"https://github.com/wei/curl","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%2Fcurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fcurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fcurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Fcurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wei","download_url":"https://codeload.github.com/wei/curl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487685,"owners_count":21112190,"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","curl","github-action"],"created_at":"2024-08-04T01:01:54.119Z","updated_at":"2025-04-11T22:12:14.957Z","avatar_url":"https://github.com/wei.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# GitHub Action for curl\n\nWraps the curl CLI to be used in GitHub Actions. See also [GitHub Action for wget](https://github.com/marketplace/actions/github-action-for-wget).\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  curl:\n    runs-on: ubuntu-latest\n    steps:\n    - name: curl\n      uses: wei/curl@master\n      with:\n        args: https://httpbin.org/get\n```\n\n```\non: push\njobs:\n  curl:\n    runs-on: ubuntu-latest\n    steps:\n    - name: curl\n      uses: wei/curl@v1\n      with:\n        args: -X POST https://httpbin.org/post\n```\n\n```\non: push\njobs:\n  curl:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: curl\n      uses: wei/curl@v1\n      with:\n        args: --upload-file .github/workflows/main.yml https://transfer.sh/main-workflow.yml\n```\n\n### Docker\n```\ndocker run --rm $(docker build -q .) \\\n  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%2Fcurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwei%2Fcurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Fcurl/lists"}