We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fa88a commit f68d69fCopy full SHA for f68d69f
action.yml
@@ -25,6 +25,9 @@ inputs:
25
'repo-id':
26
description: 'GitHub repository ID'
27
required: true
28
+ 'timeout-seconds':
29
+ description: 'Timeout in seconds'
30
+ required: false
31
32
outputs:
33
instawp_url:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "instawp-action",
3
"description": "This action makes it easy to interact with the InstaWP API",
4
- "version": "0.2.0",
+ "version": "0.3.1",
5
"author": {
6
"name": "Chris jayden",
7
"url": "https://chrisjayden.com"
@@ -91,4 +91,4 @@
91
"ts-jest": "^29.1.2",
92
"typescript": "^5.4.2"
93
}
94
-}
+}
0 commit comments