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 ba62578933 Use Node 16
2022-10-17 11:12:09 +02:00

18 lines
330 B
YAML

name: 'short-sha'
description: 'Provide a description here'
author: 'benjlevesque'
branding:
color: orange
icon: git-pull-request
inputs:
length:
description: 'length of the sha1'
default: '7'
required: false
outputs:
sha:
description: 'shortened SHA'
runs:
using: 'node16'
main: 'dist/index.js'