Skip to content

Commit 812b27c

Browse files
authored
give botUsername a default value
1 parent 0ab35ea commit 812b27c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changeset-feedback/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ inputs:
1414
required: true
1515
botUsername:
1616
description: username of the bot used to post comments on behalf of the action. Will be used when locating existing changeset feedback comments to update.
17-
required: true
17+
default: github-actions[bot]
18+
required: false
1819
app-id:
1920
description: The Application ID of the GitHub App to use for authentication
2021
required: true

0 commit comments

Comments
 (0)