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"))
199
+
diags=append(diags, diag.Diagnostic{
200
+
Severity: diag.Error,
201
+
Detail: "secret names must not start with the GITHUB_ prefix",
202
+
Summary: "Error",
203
+
AttributePath: path,
204
+
})
212
205
}
213
206
214
-
returnwrapErrors(errs)
207
+
returndiags
215
208
}
216
209
217
210
// deleteResourceOn404AndSwallow304OtherwiseReturnError will log and delete resource if error is 404 which indicates resource (or any of its ancestors)
0 commit comments