docs: correct README instructions on no-remote-cache#80
docs: correct README instructions on no-remote-cache#80alexeagle merged 1 commit intobazel-contrib:mainfrom
Conversation
The bazel cli flag for the section on improving remote caching is using the name `execution_requirements` from the parameters of `actions`, while the actual name for the CLI argument is (unfortunately) `modify_execution_info`. Fixes bazel-contrib#79
|
💡 Codex ReviewLines 609 to 613 in 84f2d5c The mutation action now runs ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
That Codex review is baffling. This is a documentation only change. I don't know why it's kicked in or what I can or should do in response to it being wrong |
|
Ping! |

The bazel cli flag for the section on improving remote caching is using the name
execution_requirementsfrom the parameters ofactions, while the actual name for the CLI argument is (unfortunately)modify_execution_info.Fixes #79