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: