Get started

This commit is contained in:
Benoit Daloze
2020-01-01 16:54:25 +01:00
parent a2c514c40d
commit 179e85affc
10 changed files with 133 additions and 195 deletions
+6 -7
View File
@@ -1,13 +1,12 @@
name: 'Wait'
description: 'Wait a designated number of milliseconds'
name: 'use-ruby'
description: 'Download a prebuilt ruby and add it to $PATH'
inputs:
milliseconds: # id of input
description: 'number of milliseconds to wait'
ruby-version:
description: 'Version of ruby to use in the format "X.Y.Z"'
required: true
default: '1000'
outputs:
time: # output will be available to future steps
description: 'The message to output'
ruby-prefix:
description: 'The prefix of the installed ruby'
runs:
using: 'node12'
main: 'dist/index.js'