Skip to content

Commit 4de2b74

Browse files
coadometa-codesync[bot]
authored andcommitted
Improve hermes-version input description in create-tag workflow
Summary: Improves the description of the `hermes-version` input by showing how the input will be used to create a tag name. Reviewed By: cipolleschi Differential Revision: D86107112 fbshipit-source-id: a12d0029e2df5a9e741c6c7ca7f529e34687b9e9
1 parent dae51ed commit 4de2b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- dry-run
1313
hermes-version:
1414
required: true
15-
description: The Hermes version to use for this tag
15+
description: The Hermes version to use for this tag. It will be used to create the tag name of the form hermes-v${ hermes-version }
1616
type: string
1717
workflow_call:
1818
inputs:
@@ -22,7 +22,7 @@ on:
2222
type: string
2323
hermes-version:
2424
required: true
25-
description: The Hermes version to use for this tag
25+
description: The Hermes version to use for this tag. It will be used to create the tag name of the form hermes-v${ hermes-version }
2626
type: string
2727

2828
jobs:

0 commit comments

Comments
 (0)