Thanks to visit codestin.com
Credit goes to github.com

Skip to content

potaesm/github-actions-request

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

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request

Request for GitHub Actions using Axios.

Usage

uses: potaesm/[email protected]
with:
  url: /user
  method: get
  baseURL: https://some-domain.com/api/
  headers: '{ "X-Requested-With": "XMLHttpRequest" }'
  params: '{ "ID": 12345 }'
  data: '{ "firstName": "Fred" }'
  timeout: 30000
  auth: '{ "username": "janedoe", "password": "s00pers3cret" }'
  proxy: '{ "protocol": "https", "host": "127.0.0.1", "port": 9000, "auth": { "username": "mikeymike", "password": "rapunz3l" }}'

Ref. Axois

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors