We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f8d77 commit 6178361Copy full SHA for 6178361
.github/workflows/update-examples.yml
@@ -6,11 +6,13 @@ on:
6
workflow_dispatch:
7
inputs:
8
old:
9
- description: 'Git ref of version to replace. Leave empty for auto-detect from git tags.'
+ description: |
10
+ git ref of version to be replaced with 'new'. Defaults to the first git tag lower than 'new' in v:refname sorting.
11
required: false
12
new:
- description: 'Branch or tag'
13
- required: true
14
+ git ref of version to replace 'old'. Defaults to the current git tag.
15
+ required: false
16
17
defaults:
18
run:
0 commit comments