Skip to content

Commit

Permalink
get rid of "sudo" as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-utashiro committed Aug 16, 2024
1 parent cc28046 commit 8a51b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ installed before command execution.

By default, only files under the directory returned by `brew --prefix`
will be archived. If the `brew` command installs files in other
directories, specify them with the `path` parameter.
directories, specify them with the `path` parameter. You may need to
add `/Applications` and/or `/Library` directories.

Output is same as
[`@actions/cache`](https://github.com/actions/cache).
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ inputs:
key: { required: false, type: string }
path: { required: false, type: string }
cache: { required: false, type: string, default: yes }
sudo: { required: false, type: boolean, default: false }
verbose: { required: false, type: boolean, default: false }

outputs:
Expand Down Expand Up @@ -43,5 +42,4 @@ runs:
path: ${{ steps.setup.outputs.prefix }} ${{ inputs.path }}
key: ${{ steps.setup.outputs.key }}
cache: ${{ inputs.cache }}
sudo: ${{ inputs.sudo }}
verbose: ${{ inputs.verbose }}

0 comments on commit 8a51b98

Please sign in to comment.