ci: fix indentation of the `ci-config` job
commitb01aff8c1cefb9c2e9a08c1ec313308de77b83ee
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 1 Sep 2020 20:19:26 +0000 (1 20:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Sep 2020 19:21:41 +0000 (2 12:21 -0700)
tree290956d0104ce727a6d855cfa4e1226153412045
parente19713638985533ce461db072b49112da5bd2042
ci: fix indentation of the `ci-config` job

The section added in e76eec35540f (ci: allow per-branch config for
GitHub Actions, 2020-05-07) contains a `&&`-chain that connects several
commands. The first command is actually so long that it stretches over
multiple lines, and as per usual, the continuation lines are indented one
more level than the first.

However, the subsequent commands in the `&&`-chain were also indented
one more level than the first command, which was almost certainly
unintended.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml