2 Commits

Author SHA1 Message Date
Chuck Driesler ec9237a314 chore(action): bump internal action (#33)
pre-commit / pre-commit (push) Has been cancelled
2025-09-23 17:19:28 +01:00
Chuck Driesler 7480b04a91 drop internal checkout (#32) 2025-09-19 11:41:41 +01:00
2 changed files with 4 additions and 4 deletions
+3 -2
View File
@@ -92,8 +92,9 @@ This GitHub Action does not have any outputs. Please instead inspect the logs to
docker:
runs-on: ubuntu-latest
steps:
-
name: Register, Build, and Publish a Speckle Function
- name: Checkout
uses: actions/checkout@v5 # <-- CONFIGURE CHECKOUT FOR YOUR CODE
- name: Register, Build, and Publish a Speckle Function
uses: specklesystems/speckle-automate-github-composite-action
with:
speckle_token: ${{ secrets.SPECKLE_FUNCTION_PUBLISH_TOKEN }}
+1 -2
View File
@@ -38,7 +38,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4 # checkout the repository in which this GitHub Action is being used.
- name: Validate inputs
shell: bash
run: |
@@ -113,7 +112,7 @@ runs:
cache-from: type=registry,ref=${{ env.automateHost }}/${{ inputs.speckle_function_id }}:buildcache
cache-to: type=registry,ref=${{ env.automateHost }}/${{ inputs.speckle_function_id }}:buildcache,mode=max
- name: Speckle Automate function version publisher
uses: specklesystems/speckle-automate-github-action@0.10.0
uses: specklesystems/speckle-automate-github-action@0.11.0
id: register_speckle_function_version
with:
speckle_automate_url: ${{ inputs.speckle_automate_url }}