Skip to content

CURL-ACTION

Actions
a cURL CLI
1.3
Latest
Star (9)

Tags

 (1)

GITHUB CURL ACTION

Travis License Issues

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

docker run enflo/curl-action {{ CURL ARGUMENTS }}

GitHub Actions

Inputs

curl

Required cURL Parameters. Default "toniflorithomar.cat".

Example usage

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 }}

CURL-ACTION is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

a cURL CLI
1.3
Latest

Tags

 (1)

CURL-ACTION is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.