Skip to content
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

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple cURL Github Action

This action runs a cURL command and makes the output available for other steps.

Inputs

  • url: The URL to request.

Outputs

  • curl_output: The output of the cURL command.

Example usage

uses: dedene/curl@v1
with:
  url: https://example.com
  args: -v

or with more complex arguments:

uses: dedene/curl@v1
with:
  args: -v -H "Accept: application/json" -H "Content-Type: application/json" -X POST -d '{"foo":"bar"}' https://example.com

About

A simple cURL Github Action

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages