From 96d7006e780ffd69c6be015c49239d6da351dc37 Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Wed, 8 Nov 2023 13:43:24 -0800 Subject: [PATCH] fix spacing --- .github/workflows/contentctl_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contentctl_test.yml b/.github/workflows/contentctl_test.yml index cf187e598b..7e01bb6c9a 100644 --- a/.github/workflows/contentctl_test.yml +++ b/.github/workflows/contentctl_test.yml @@ -16,7 +16,7 @@ jobs: python-version: '3.9' #Available versions here - https://github.com/actions/python-versions/releases easy to change/make a matrix/use pypy architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - - name: Check out the repository code + - name: Check out the repository code uses: actions/checkout@v3 - name: Everything