We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configure_validate_action.rb
1 parent 478b962 commit 0127859Copy full SHA for 0127859
lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_validate_action.rb
@@ -15,8 +15,8 @@ def self.run(params = {})
15
# otherwise, the error messaging isn't as helpful.
16
validate_that_secrets_repo_is_clean
17
18
- # Update the repository to get the latest version of the configuration secrets – that's
19
- # how we'll know if we're behind in subsequent validations
+ # Update the repository to get the latest version of the configuration secrets
+ # – that's how we'll know if we're behind in subsequent validations
20
ConfigureDownloadAction.run
21
22
validate_that_branches_match
0 commit comments