set default value for token action input (#104)

This commit is contained in:
anatawa12
2021-08-07 03:39:07 +09:00
committed by GitHub
parent b60bd83d11
commit 4fd91f8b23

View File

@@ -90,7 +90,7 @@ inputs:
token: token:
description: 'The Github token.' description: 'The Github token.'
required: true required: true
default: '' default: ${{ github.token }}
outputs: outputs:
id: id:
description: 'The identifier of the created release.' description: 'The identifier of the created release.'