From 02a2e9a0fa2c8ac72dd07e838ae9ba838e1a5d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:29:47 +0200 Subject: [PATCH] update to new functions action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ebb4fef..2ae7461 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ runs: steps: - uses: actions/checkout@v3.5.3 # checkout the repository in which this GitHub Action is being used. - name: Speckle Automate function version publisher - uses: specklesystems/speckle-automate-github-action@0.2.2 + uses: specklesystems/speckle-automate-github-action@0.2.3 with: speckle_automate_url: ${{ inputs.speckle_automate_url }} speckle_token: ${{ inputs.speckle_token }}