mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
set default value for token action input (#104)
This commit is contained in:
+1
-1
@@ -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