Skip to content

Commit 2049049

Browse files
ldenningtonderrickstolee
authored andcommitted
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 6e74978 commit 2049049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Or you can run the `git update-microsoft-git` command, which will run those brew
116116
Hippo (21.04). Take the following steps to set up and install based on the
117117
version you are running:
118118

119-
### Bionic
119+
### Ubuntu 18.04 (Bionic)
120120

121121
```shell
122122
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

0 commit comments

Comments
 (0)