# curl-action **Repository Path**: YouYiGeXinShou/curl-action ## Basic Information - **Project Name**: curl-action - **Description**: mirror of https://github.com/enflo/curl-action.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-29 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GITHUB CURL ACTION [![Travis][travis-image]][travis-url] ![License][license-image] ![Issues][issues-image] ## USAGE This action accepts all types of cURL arguments, allows to execute from a simple cURL to a URL to a more complex one with user and parameters ### Docker ```bash docker run enflo/curl-action {{ CURL ARGUMENTS }} ``` ### GitHub Actions #### Inputs ##### `curl` **Required** cURL Parameters. Default `"toniflorithomar.cat"`. #### Example usage ```bash name: CURL CLI ACTION on: push jobs: curl: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: curl uses: enflo/curl-action@master with: curl: {{ CURL ARGUMENTS }} ``` [travis-image]: https://travis-ci.com/enflo/curla-action.svg?branch=master [travis-url]: https://travis-ci.com/enflo/curla-action [license-image]: https://img.shields.io/static/v1?label=licence&message=MIT&color=Green [issues-image]: https://img.shields.io/github/issues/enflo/curl-action