Skip to content

Commit f68d69f

Browse files
committed
chore: add timeout seconds
1 parent 39fa88a commit f68d69f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ inputs:
2525
'repo-id':
2626
description: 'GitHub repository ID'
2727
required: true
28+
'timeout-seconds':
29+
description: 'Timeout in seconds'
30+
required: false
2831

2932
outputs:
3033
instawp_url:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instawp-action",
33
"description": "This action makes it easy to interact with the InstaWP API",
4-
"version": "0.2.0",
4+
"version": "0.3.1",
55
"author": {
66
"name": "Chris jayden",
77
"url": "https://chrisjayden.com"
@@ -91,4 +91,4 @@
9191
"ts-jest": "^29.1.2",
9292
"typescript": "^5.4.2"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)