Skip to content

Commit

Permalink
feat: update node version and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Satak committed Nov 14, 2023
1 parent 29024f2 commit 52c487f
Show file tree
Hide file tree
Showing 4 changed files with 25,014 additions and 4,122 deletions.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'Web Request Action'
description: 'Send Web Request'
author: 'Satak'
name: "Web Request Action"
description: "Send Web Request"
author: "Satak"
branding:
icon: arrow-right-circle
color: gray-dark
inputs:
url:
description: 'Web request URL endpoint'
description: "Web request URL endpoint"
required: true
method:
description: 'Web request method (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`)'
description: "Web request method (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`)"
required: true
default: GET
payload:
Expand All @@ -26,7 +26,7 @@ inputs:
required: false
outputs:
output:
description: 'data output from the web request'
description: "data output from the web request"
runs:
using: 'node16'
main: 'dist/index.js'
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 52c487f

Please sign in to comment.