Skip to content

Commit 0879085

Browse files
committed
Update component upload workflow inputs
1 parent 3d89581 commit 0879085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-idf-component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag:
7-
description: 'Version to push to the component registry'
7+
description: 'Component version (1.2.3, 1.2.3-rc1 or 1.2.3.4)'
88
required: true
99
git_ref:
10-
description: 'Git ref with the source to push to the component registry'
10+
description: 'Git ref with the source (branch, tag or commit)'
1111
required: true
1212

1313
permissions:

0 commit comments

Comments
 (0)