mirror of
https://github.com/benjlevesque/short-sha.git
synced 2025-12-06 01:37:51 +01:00
Enable customization of env variable name
This commit is contained in:
@@ -6,9 +6,13 @@ branding:
|
||||
icon: git-pull-request
|
||||
inputs:
|
||||
length:
|
||||
description: 'length of the sha1'
|
||||
description: 'length of the shortened sha1'
|
||||
default: '7'
|
||||
required: false
|
||||
variable_name:
|
||||
description: "name of the exported env variable"
|
||||
default: "SHA"
|
||||
required: false
|
||||
outputs:
|
||||
sha:
|
||||
description: 'shortened SHA'
|
||||
|
||||
Reference in New Issue
Block a user