Skip to content

Commit 6178361

Browse files
committed
Improve input descriptions
1 parent 47f8d77 commit 6178361

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/update-examples.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
workflow_dispatch:
77
inputs:
88
old:
9-
description: 'Git ref of version to replace. Leave empty for auto-detect from git tags.'
9+
description: |
10+
git ref of version to be replaced with 'new'. Defaults to the first git tag lower than 'new' in v:refname sorting.
1011
required: false
1112
new:
12-
description: 'Branch or tag'
13-
required: true
13+
description: |
14+
git ref of version to replace 'old'. Defaults to the current git tag.
15+
required: false
1416

1517
defaults:
1618
run:

0 commit comments

Comments
 (0)