From d8352e29d455bb25ea181c42b9796f952e9a8c61 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Tue, 3 May 2022 20:20:38 +0530 Subject: [PATCH] Fix spacing --- ...-a-label-when-a-card-is-added-to-a-project-board-column.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md b/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md index a6bd7c1eef..a2abc1720d 100644 --- a/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md +++ b/content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md @@ -31,8 +31,8 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l 3. {% data reusables.actions.make-workflow-file %} 4. Copy the following YAML contents into your workflow file. ```yaml{:copy} - {% indented_data_reference reusables.actions.actions-not-certified-by-github-comment spaces=4 %} - {% indented_data_reference reusables.actions.actions-use-sha-pinning-comment spaces=4 %} +{% indented_data_reference reusables.actions.actions-not-certified-by-github-comment spaces=4 %} +{% indented_data_reference reusables.actions.actions-use-sha-pinning-comment spaces=4 %} name: Remove labels on: