Skip to content

Commit 89dd638

Browse files
authored
chore: fix indentation and formatting in CI workflow
Signed-off-by: Emilien Escalle <neilime@users.noreply.github.com>
1 parent c5260b5 commit 89dd638

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/__main-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
contents: read
3838
with:
3939
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
40-
github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
40+
github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
41+
# yamllint disable rule:line-length
4142
extra-badges: |
4243
[
4344
{

0 commit comments

Comments
 (0)