set default value for token action input (#104)
This commit is contained in:
@@ -90,7 +90,7 @@ inputs:
|
||||
token:
|
||||
description: 'The Github token.'
|
||||
required: true
|
||||
default: ''
|
||||
default: ${{ github.token }}
|
||||
outputs:
|
||||
id:
|
||||
description: 'The identifier of the created release.'
|
||||
|
||||
Reference in New Issue
Block a user