1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 09:47:49 +01:00

short-sha

This commit is contained in:
Benjamin LEVESQUE
2020-03-09 21:40:47 +01:00
parent 6e8dcce3fd
commit 9f96a4f558
13 changed files with 29878 additions and 6881 deletions

View File

@@ -1,10 +1,14 @@
name: 'Your name here'
name: 'short-sha'
description: 'Provide a description here'
author: 'Your name or organization here'
author: 'benjlevesque'
inputs:
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
length:
description: 'length of the sha1'
default: '7'
required: false
outputs:
sha:
description: 'shortened SHA'
runs:
using: 'node12'
main: 'dist/index.js'