Skip to content

Commit 2c449e8

Browse files
author
Axel Niklasson
authored
fix: add project-id to action.yml (#43)
1 parent ae2da37 commit 2c449e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ inputs:
4646
timeout:
4747
description: "Minutes to timeout while waiting for results"
4848
required: false
49+
project-id:
50+
description: "Robin project ID"
51+
required: false
4952
runs:
5053
using: "node20"
5154
main: "dist/index.js"

0 commit comments

Comments
 (0)