A convenient one liner to empty all caches for a repository.
The gh CLI and actions-cache extension must be installed. To install the extension, run:
gh extension install actions/gh-actions-cache| """ | |
| Example for creating classes with attrs that contain lazy-loaded fields. | |
| """ | |
| import attr | |
| _lazy_fields_container_name = "_lazy_fields" | |
| _lazy_field_metadata_key = "lazy" | |
| _lazy_loader_function_prefix = "lazy_loader__" |
A convenient one liner to empty all caches for a repository.
The gh CLI and actions-cache extension must be installed. To install the extension, run:
gh extension install actions/gh-actions-cacheGraphQL:
mutation ($executionParams: ExecutionParams!) {
startPipelineExecution(executionParams: $executionParams) {
...startPipelineExecutionResultFragment
}
}
fragment startPipelineExecutionResultFragment on StartPipelineExecutionResult {