Skip to content

Commit

Permalink
Remove verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 20, 2024
1 parent 2089817 commit a9f60d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scripts/deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'docs_secret' => getenv( 'DOCS_SECRET' ),
]
];
echo json_encode( $args, JSON_PRETTY_PRINT ) . "\n";
curl_setopt_array( $curl, $args );
$result = curl_exec( $curl );

Expand Down

0 comments on commit a9f60d9

Please sign in to comment.