Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Oct 17, 2023
1 parent 6df1f0f commit e49138c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: 'Get tag or commit id'
description: 'Gets the tag name if it exists otherwise returns the commit id'
author: 'iawia002'

branding:
color: green
icon: git-pull-request
inputs:
length:
description: 'the expected length of the commit id'
required: false
default: '7'

outputs:
id:
description: 'the value of the tag or commit id'
type:
description: 'the type of value (tag/pr/commit)'

runs:
using: node20
main: dist/index.js

0 comments on commit e49138c

Please sign in to comment.