From 6b6f79e6ff163d534c945fdf38cfea3549f5b9e3 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 28 May 2024 22:27:53 +0200 Subject: [PATCH] user: actions: indent issue --- docs/user/actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/actions.md b/docs/user/actions.md index 2d8698a4..182bf92c 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -676,8 +676,8 @@ jobs: runs-on: self-hosted strategy: matrix: - variant: ["bookworm", "bullseye"] - node: ["18", "20"] + variant: ['bookworm', 'bullseye'] + node: ['18', '20'] ``` Will create four jobs where: