mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-15 02:52:16 +08:00
Adding initial action.yml
This commit is contained in:
parent
8148c8b160
commit
3dbac8fd64
14
action.yml
Normal file
14
action.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: 'GitHub Action for Yarn'
|
||||||
|
description: 'Wraps the yarn CLI to enable common yarn commands'
|
||||||
|
inputs:
|
||||||
|
cmd:
|
||||||
|
description: 'Yarn command'
|
||||||
|
required: true
|
||||||
|
outputs:
|
||||||
|
time: # id of output
|
||||||
|
description: 'The time we greeted you'
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'Dockerfile'
|
||||||
|
args:
|
||||||
|
- ${{ inputs.cmd }}
|
||||||
Loading…
x
Reference in New Issue
Block a user