From 9cbd8cef0b4af7172fa05728b67056797998b501 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 6 Mar 2023 12:47:24 +0000 Subject: [PATCH] fix indentation --- .github/workflows/get_context.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index c9ebf1c..683d3f4 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 - with: - python-version: '3.10' + uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Download all workflow run artifacts uses: actions/download-artifact@v3 with: