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: actions/shared/index.cjs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4209,16 +4209,25 @@ var coerce = {
4209
4209
varNEVER=INVALID;
4210
4210
4211
4211
// ../config/dist/types.js
4212
+
varRunnerSchema=external_exports.object({
4213
+
name: external_exports.string().min(1,"Runner name is required").regex(/^[a-zA-Z0-9._-]+$/,"Runner name can only contain alphanumeric characters, dots, underscores, and hyphens"),
0 commit comments