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:
description: 'The Github token.'
required: true
default: ''
default: ${{ github.token }}
outputs:
id:
description: 'The identifier of the created release.'