Skip to content

Commit 2d1264d

Browse files
authored
Merge pull request #112 from wordpress-mobile/fix/configure-update
Fix: move away from deprecated syntax to call other actions
2 parents 2d3cc9a + 7149f4c commit 2d1264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_update_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def self.run(params = {})
4747
UI.success "Configuration Secrets are up to date – don't forget to commit your changes to `.configure`."
4848

4949
# Apply the changes that are now in the .configure file
50-
ConfigureApplyAction::run
50+
other_action.configure_apply
5151
end
5252

5353
def self.prompt_to_switch_branches

0 commit comments

Comments
 (0)