Add action.yml
This commit is contained in:
commit
d2c44f887e
1 changed files with 6 additions and 0 deletions
6
action.yml
Normal file
6
action.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
name: "Setup Alpine"
|
||||
author: "swee"
|
||||
description: "Setup actions runners that uses alpine"
|
||||
runs:
|
||||
using: "node20"
|
||||
main: "index.js"
|
Loading…
Add table
Reference in a new issue