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 run enflo/curl-action {{ CURL ARGUMENTS }}Required cURL Parameters. Default "toniflorithomar.cat".
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 }}