Skip to content

Commit a3e9dd5

Browse files
author
Lessley Dennington
committed
Clarify workflow_dispatch input description
We are currently using 'Release tag' to describe the required input to our `workflow_dispatch` trigger. This is inaccurate - this field actually requires a 'Release id', which I discovered when testing GCM Core `apt-get` deployments yesterday. Updating so that the description doesn't confuse folks running the workflow for a release that is not 'latest'.
1 parent 8d778a7 commit a3e9dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-apt-get.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
release:
9-
description: 'Release Tag'
9+
description: 'Release Id'
1010
required: true
1111
default: 'latest'
1212

0 commit comments

Comments
 (0)