1
0
Fork 0
setup-beef/action.yaml

16 lines
398 B
YAML
Raw Normal View History

2024-10-16 15:31:58 +02:00
---
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'
2024-10-16 15:51:46 +02:00
main: './install.sh'
2024-10-16 15:31:58 +02:00
branding:
icon: 'code'
color: 'yellow'