Skip to content

Commit

Permalink
Merge pull request #32 from Satak/bump-version
Browse files Browse the repository at this point in the history
feat: update node version 20 and libraries
  • Loading branch information
Satak authored Nov 14, 2023
2 parents 29024f2 + 52c487f commit 3697cc0
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 3697cc0

Please sign in to comment.