mirror of
https://github.com/dkershner6/post-api-call-action.git
synced 2024-11-15 12:33:51 +08:00
Fixed the action yaml to correct file
This commit is contained in:
parent
f8e7b229a8
commit
a11a644105
@ -18,4 +18,4 @@ inputs:
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
main: 'dist/index.js'
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "post-api-call-action",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"description": "Send a POST request action",
|
||||
"main": "lib/main.js",
|
||||
|
Loading…
Reference in New Issue
Block a user