1
0
mirror of https://github.com/git/git.git synced 2024-09-22 04:20:47 +02:00
git/.github
Johannes Schindelin b01aff8c1c ci: fix indentation of the ci-config job
The section added in e76eec3554 (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>
2020-09-02 12:21:41 -07:00
..
workflows ci: fix indentation of the ci-config job 2020-09-02 12:21:41 -07:00
CONTRIBUTING.md
PULL_REQUEST_TEMPLATE.md