From e160df5de0f677ec08cae222f05f5ef627ba3c96 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Fri, 24 Nov 2023 23:07:09 +0530 Subject: [PATCH] Fix small typo in ci config (#4728) --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/actions/backup-restore-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/backup-restore-test/action.yml b/.github/actions/backup-restore-test/action.yml index 907e168d5..e9c7e4538 100644 --- a/.github/actions/backup-restore-test/action.yml +++ b/.github/actions/backup-restore-test/action.yml @@ -26,7 +26,7 @@ inputs: required: true on-collision: description: Value for the --collisions flag - requried: false + required: false default: "replace" with-export: description: Runs export tests when true