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: