Skip to content

Commit

Permalink
default to 'sudo' for shell cmd prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gepa21 committed Sep 8, 2022
1 parent 3f40e2e commit 764cc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ inputs:
description: 'Version of package to install'
required: true
shell_cmd:
description: 'Use speficied command to run installer script (can use `sudo` here if needed)'
description: 'Use speficied command prefix to run installer script'
required: false
default: ''
default: 'sudo'
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 764cc4a

Please sign in to comment.