Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dry_run inputs responsible for regbot dry runs to always execu…
…te (#1923) Summary: Remove dry_run inputs responsible for regbot dry runs to always execute I attempted to fix the bug where `--dry-run` is always passed to the `regbot` cli in the mirror workflows in #1921. That attempt unfortunatley did not work, so let's remove the input and the cli argument templating entirely. Running `regbot --dry-run` locally is an easy enough mechanism for testing the workflow logic. Relevant Issues: Precursor to fixing px-sock-shop (#1905) Type of change: /kind bug Test Plan: Expecting that the next run off main after this change will result in mirrored demo container images Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information