From 4ea3fcc99cda9527c0dafb61a98085b2464c9645 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 6 Mar 2023 12:48:11 +0000 Subject: [PATCH] fix syntax --- .github/workflows/get_context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 683d3f4..a3c91c2 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 + - uses: actions/setup-python@v4 with: python-version: '3.10' - name: Download all workflow run artifacts