From 104eef6c90c03d39dff34613d58eac536504d4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:28:08 +0200 Subject: [PATCH] Bump specklesystems/speckle-automate-github-composite-action (#19) Bumps [specklesystems/speckle-automate-github-composite-action](https://github.com/specklesystems/speckle-automate-github-composite-action) from 0.7.2 to 0.8.1. - [Release notes](https://github.com/specklesystems/speckle-automate-github-composite-action/releases) - [Commits](https://github.com/specklesystems/speckle-automate-github-composite-action/compare/0.7.2...0.8.1) --- updated-dependencies: - dependency-name: specklesystems/speckle-automate-github-composite-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e148748..92c80e6 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.7.2 + uses: specklesystems/speckle-automate-github-composite-action@0.8.1 with: speckle_function_command: "dotnet SpeckleAutomateDotnetExample.dll" speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || vars.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}