From 4c2d25e2d2570a3acba1ff3e1f6320bb350f5041 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 03:57:25 +0200 Subject: [PATCH] fixed syntax --- .github/workflows/github-actions-insert-svg-refs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-actions-insert-svg-refs.yml b/.github/workflows/github-actions-insert-svg-refs.yml index 7cf90ac..38ed4a6 100644 --- a/.github/workflows/github-actions-insert-svg-refs.yml +++ b/.github/workflows/github-actions-insert-svg-refs.yml @@ -9,10 +9,10 @@ jobs: uses: actions/checkout@v4 - name: Set up Python 3.12 uses: actions/setup-python@v4 - with: - # Semantic version range syntax or exact version of a Python version - python-version: '3.12' - # Optional - x64 or x86 architecture, defaults to x64 - architecture: 'x64' + with: + # Semantic version range syntax or exact version of a Python version + python-version: '3.12' + # Optional - x64 or x86 architecture, defaults to x64 + architecture: 'x64' - run: python main.py ${{ github.workspace }}