1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 09:47:49 +01:00
Files
short-sha/action.yml
Benjamin LEVESQUE 9f96a4f558 short-sha
2020-03-09 22:00:34 +01:00

15 lines
279 B
YAML

name: 'short-sha'
description: 'Provide a description here'
author: 'benjlevesque'
inputs:
length:
description: 'length of the sha1'
default: '7'
required: false
outputs:
sha:
description: 'shortened SHA'
runs:
using: 'node12'
main: 'dist/index.js'