Skip to content

enflo/curl-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The curl CLI to be used in Github Actions and docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •