Skip to content

Commit

Permalink
Minor wording changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Jun 16, 2022
1 parent 402b85a commit 6678f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)):
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -8,4 +8,4 @@ inputs:
default: v0.18.0
runs:
using: 'node16'
main: 'main.mjs'
main: 'main.mjs'

0 comments on commit 6678f1b

Please sign in to comment.