From 6678f1b40d3df1141d10675b403af84ac47a7a4b Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Thu, 16 Jun 2022 22:11:16 +0100 Subject: [PATCH] Minor wording changes. --- README.md | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db39f69..c3cdfd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # setup-elvish -This action downloads the Elvish binary and adds it to `PATH`. +This action downloads an Elvish binary and adds it to `PATH`. Example of using this in a job ([complete example](https://github.com/elves/setup-elvish/blob/main/.github/workflows/test.yml)): diff --git a/action.yml b/action.yml index ff2f146..454a733 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Set up Elvish' -description: 'Set up Elvish' +name: Set up Elvish +description: Download an Elvish binary and add it to PATH author: 'xiaq' inputs: elvish-version: @@ -8,4 +8,4 @@ inputs: default: v0.18.0 runs: using: 'node16' - main: 'main.mjs' \ No newline at end of file + main: 'main.mjs'