Skip to content

Commit

Permalink
Clarify workflow_dispatch input description
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
Lessley Dennington authored and Lessley Dennington committed Jul 1, 2021
1 parent 979db78 commit c017a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-apt-get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
release:
description: 'Release Tag'
description: 'Release Id'
required: true
default: 'latest'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit c017a54

Please sign in to comment.