From 5da6b55038737ebdb3f18c4629d4b046312c200a Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Fri, 10 Nov 2023 23:20:01 +0000 Subject: [PATCH] chore(github action): bump speckle-automate-github-composite-action to 0.7.2 (#10) --- .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 72ce11c..b9a96c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: dotnet run generate-schema ${HOME}/functionSchema.json cat ${HOME}/functionSchema.json - name: Speckle Automate Function - Build and Publish - uses: specklesystems/speckle-automate-github-composite-action@0.6.8 + uses: specklesystems/speckle-automate-github-composite-action@0.7.2 with: speckle_function_command: "dotnet SpeckleAutomateDotnetExample.dll" speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL }}