1
0
Fork 0

Update action.yaml

This commit is contained in:
Booklordofthedings 2024-10-16 20:01:37 +02:00
parent ce864a1750
commit d5ab859b68

View file

@ -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'