Skip to content

Commit

Permalink
🤖 Automatically format the source code files (#511)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 370e3db commit 97e9dcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/utilities/new_versions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,13 @@ function force_ci_trigger(
# Force push the changes to trigger the PR
api_retry() do
@debug "force_ci_trigger: force-pushing the changes to trigger CI on the PR"
@mock git_push(COMPATHELPER_SSH_REMOTE_NAME, branch_name, pkey_filename; force=true, env=env)
@mock git_push(
COMPATHELPER_SSH_REMOTE_NAME,
branch_name,
pkey_filename;
force=true,
env=env,
)
end
end

Expand Down

0 comments on commit 97e9dcd

Please sign in to comment.