16 lines
No EOL
398 B
YAML
16 lines
No EOL
398 B
YAML
---
|
|
name: "Setup Beef"
|
|
description: "Set up the latest Beef nightly and add BeefBuild to the PATH."
|
|
author: "Booklordofthedings"
|
|
inputs:
|
|
outputs:
|
|
cache-hit:
|
|
description: "A boolean value to indicate a cache entry was found"
|
|
beef-path:
|
|
description: "The absolute path to the BeefBuild executable."
|
|
runs:
|
|
using: 'node20'
|
|
main: './install.sh'
|
|
branding:
|
|
icon: 'code'
|
|
color: 'yellow' |