From f98167451aea3f4458e876c3c6b75aa726dc450b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Thu, 10 Aug 2023 16:10:55 +0200 Subject: [PATCH] bump gh action --- .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 901d4c9..2c48776 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: Echo env run: echo "$GITHUB_ENV" - name: Speckle Automate Function - Build and Publish - uses: specklesystems/speckle-automate-github-composite-action@0.2.1 + uses: specklesystems/speckle-automate-github-composite-action@0.2.2 with: speckle_automate_url: 'https://automate.speckle.dev' speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}