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: