Update action.yaml
This commit is contained in:
parent
ce864a1750
commit
d5ab859b68
1 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,10 @@ outputs:
|
||||||
beef-path:
|
beef-path:
|
||||||
description: "The absolute path to the BeefBuild executable."
|
description: "The absolute path to the BeefBuild executable."
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'composite'
|
||||||
main: './install.sh'
|
steps:
|
||||||
|
- run: ./install.sh
|
||||||
|
shell: bash
|
||||||
branding:
|
branding:
|
||||||
icon: 'code'
|
icon: 'code'
|
||||||
color: 'yellow'
|
color: 'yellow'
|
Loading…
Add table
Reference in a new issue