We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e1440f + 4248ada commit 175e4b7Copy full SHA for 175e4b7
1 file changed
lib/deploygate/api/v1/push.rb
@@ -24,7 +24,7 @@ def upload(command, file_path, target_user, token, message, distribution_key, di
24
{ :file => file ,
25
:message => message,
26
:distribution_key => distribution_key,
27
- :disable_notify => disable_notify ? 'yes' : 'no',
+ :disable_notify => disable_notify,
28
:dg_command => command || '',
29
:env_ci => env_ci
30
}) { process_block.call unless process_block.nil? }
0 commit comments