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
errs=append(errs, errors.New("secret names must not start with the GITHUB_ prefix"))
256
+
diags=append(diags, diag.Diagnostic{
257
+
Severity: diag.Error,
258
+
Detail: "secret names must not start with the GITHUB_ prefix",
259
+
Summary: "Error",
260
+
AttributePath: path,
261
+
})
269
262
}
270
263
271
-
returnwrapErrors(errs)
264
+
returndiags
272
265
}
273
266
274
267
// deleteResourceOn404AndSwallow304OtherwiseReturnError will log and delete resource if error is 404 which indicates resource (or any of its ancestors)
0 commit comments