You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changeset-feedback/action.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ inputs:
14
14
required: true
15
15
botUsername:
16
16
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
18
19
app-id:
19
20
description: The Application ID of the GitHub App to use for authentication
0 commit comments