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
"One or more github-custom-job-secrets entries didn't match configured custom jobs: {jobs:?}"
471
+
)]
472
+
#[diagnostic(help(
473
+
"Configured custom jobs are: {known_jobs:?}. Make sure each key matches a job name (without leading './') from plan-jobs, local-artifacts-jobs, global-artifacts-jobs, host-jobs, publish-jobs, or post-announce-jobs."
474
+
))]
475
+
GithubUnknownCustomJobSecrets{
476
+
/// Unknown custom job keys from github-custom-job-secrets
477
+
jobs:Vec<String>,
478
+
/// Known custom job names from configured job lists
479
+
known_jobs:Vec<String>,
480
+
},
481
+
468
482
/// An unknown target was found
469
483
#[error("Unrecognized target: {target}")]
470
484
#[diagnostic(help("The full list of supported targets can be found here: https://axodotdev.github.io/cargo-dist/book/reference/config.html#targets"))]
0 commit comments