From 77430aa596b9f0c7182be504e6773d5e5e7b8266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:59:19 +0200 Subject: [PATCH] Update action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bump automate action 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 2845164..fd7dffd 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.0 + uses: specklesystems/speckle-automate-github-action@0.2.1 with: speckle_automate_url: ${{ inputs.speckle_automate_url }} speckle_token: ${{ inputs.speckle_token }}