From c6a9b3d9353cdb47d88d3f97f8c3729ed2f9dc96 Mon Sep 17 00:00:00 2001 From: Lessley Dennington Date: Thu, 1 Jul 2021 09:58:20 -0700 Subject: [PATCH] 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'. --- .github/workflows/release-apt-get.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-apt-get.yml b/.github/workflows/release-apt-get.yml index 96965d732163ce..115ddc1101a93c 100644 --- a/.github/workflows/release-apt-get.yml +++ b/.github/workflows/release-apt-get.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: release: - description: 'Release Tag' + description: 'Release Id' required: true default: 'latest' diff --git a/README.md b/README.md index ed915691c5230a..9a12ea1613d652 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Or you can run the `git update-microsoft-git` command, which will run those brew Hippo (21.04). Take the following steps to set up and install based on the version you are running: -### Bionic +### Ubuntu 18.04 (Bionic) ```shell curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -