Update action.yaml
This commit is contained in:
parent
d5ab859b68
commit
eb95862a7a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ outputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- run: ./install.sh
|
- run: $GITHUB_ACTION_PATH/install.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
branding:
|
branding:
|
||||||
icon: 'code'
|
icon: 'code'
|
||||||
|
|
Loading…
Add table
Reference in a new issue