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