Skip to content

Commit 97e9dcd

Browse files
🤖 Automatically format the source code files (#511)
Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
1 parent 370e3db commit 97e9dcd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/utilities/new_versions.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,13 @@ function force_ci_trigger(
355355
# Force push the changes to trigger the PR
356356
api_retry() do
357357
@debug "force_ci_trigger: force-pushing the changes to trigger CI on the PR"
358-
@mock git_push(COMPATHELPER_SSH_REMOTE_NAME, branch_name, pkey_filename; force=true, env=env)
358+
@mock git_push(
359+
COMPATHELPER_SSH_REMOTE_NAME,
360+
branch_name,
361+
pkey_filename;
362+
force=true,
363+
env=env,
364+
)
359365
end
360366
end
361367

0 commit comments

Comments
 (0)