From 0a23ce1699c11a106bfb56cc3980e43cc7bbe975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:45:14 +0200 Subject: [PATCH] add reference to repo variable for automate url (#22) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77ddc20..e148748 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: uses: specklesystems/speckle-automate-github-composite-action@0.7.2 with: speckle_function_command: "dotnet SpeckleAutomateDotnetExample.dll" - speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL }} + 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 }}