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: action.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ inputs:
33
33
required: true
34
34
35
35
github-user-id:
36
-
description: "GitHub user ID to create task for. Required unless coder-username is provided."
36
+
description: "GitHub user ID to create task for. If provided, `coder-username` must not be set."
37
37
required: false
38
38
39
39
coder-username:
40
-
description: "Coder username to create task for. If provided, github-user-id is not required. Useful for automated workflows without a triggering user."
40
+
description: "Coder username to create task for. If provided, github-user-id must not be set. Useful for automated workflows without a triggering user."
0 commit comments