Compare commits

...

2 Commits

Author SHA1 Message Date
anatawa12 b03263c94b
Merge eea8f375c1 into 0483262850 2024-11-12 23:03:26 +05:30
anatawa12 eea8f375c1
chore: set ${{ github.token }} as a default value for githubToken 2022-12-24 19:10:21 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ inputs:
description: 'GitHub Private Access Token (PAT) to pull from GitHub.' description: 'GitHub Private Access Token (PAT) to pull from GitHub.'
githubToken: githubToken:
required: false required: false
default: '' default: '${{ github.token }}'
description: 'Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results.' description: 'Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results.'
checkName: checkName:
required: false required: false