Below you will find pages that utilize the taxonomy term “Ponnia-M”
April 3, 2024
cURL AxiosJS updated
Version updated for Ponnia-M/curl to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes cURL for GitHub Action You can use this action to perform REST API requests, using the axios module. This action has been upgraded to run on node.js 20 and higher.
Usage name: Example of cURL action
on: [push]
jobs:
test-curl-action:
name: "Perform REST API request"
runs-on: ubuntu-latest
steps:
- name: "Call API"
uses: Ponnia-M/curl@v1.