Skip to content

Commit bfd1510

Browse files
Rename config-path to configPath and update its default value in action.yml for consistency
1 parent 759a7a2 commit bfd1510

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ inputs:
1515
GitHub token with `contents:write` permission used to read and update repository files.
1616
required: true
1717

18-
config-path:
18+
configPath:
1919
description: Path to the preview configuration YAML file.
20-
default: '.github/preview.yml'
21-
required: false
22-
23-
commit-message:
24-
description: Commit message used when saving README updates.
25-
default: 'docs: update preview banner'
20+
default: '.github/preview-updater.yml'
2621
required: false

0 commit comments

Comments
 (0)