Skip to content

Commit

Permalink
fix: remove default values from action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Jan 16, 2024
1 parent c67677c commit 66bfb43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ inputs:
test:
required: false
description: 'Input actions run on testing environment'
default: 'false'
changelog_file:
required: false
description: 'Input changelog file name. (e.g. CHANGELOG_KTX_DRAFT.md) Default is CHANGELOG_DRAFT.md.'
default: 'CHANGELOG_DRAFT.md'
runs:
using: 'node16'
main: 'dist/index.js'

0 comments on commit 66bfb43

Please sign in to comment.