Skip to content

Commit

Permalink
set the default value for github-token input (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
WtfJoke authored Dec 11, 2024
2 parents 582d08c + cf04b96 commit 332881b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ author: 'WtfJoke (Manuel)'

inputs:
github-token:
required: true
required: false
description: 'The GITHUB_TOKEN secret. Used for querying tectonic releases'
default: ${{ github.token }}
tectonic-version:
required: false
description: 'The version of tectonic to install. A value of `latest` will install the latest version of tectonic. Defaults to `latest`.'
Expand All @@ -19,4 +20,4 @@ runs:
main: 'dist/index.js'
branding:
icon: book-open
color: gray-dark
color: gray-dark

0 comments on commit 332881b

Please sign in to comment.