From 66f5194007f242a177f352160c93caee02656e0c Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Sun, 1 Dec 2024 18:30:06 +0000 Subject: [PATCH] chore(ci): bump poetry (#36) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c8b8e0..47bc2de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Install and configure Poetry uses: snok/install-poetry@v1 with: - version: 1.3.2 + version: 1.8.3 virtualenvs-create: false virtualenvs-in-project: false installer-parallel: true @@ -31,7 +31,7 @@ jobs: - name: Speckle Automate Function - Build and Publish uses: specklesystems/speckle-automate-github-composite-action@0.8.1 with: - speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || vars.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }} + speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || vars.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }} speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }} speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }} speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}