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:
description: "The absolute path to the BeefBuild executable."
runs:
using: 'node20'
main: './install.sh'
using: 'composite'
steps:
- run: ./install.sh
shell: bash
branding:
icon: 'code'
color: 'yellow'