3 Commits

Author SHA1 Message Date
Iain Sproat 463b53f8c8 chore(github action): update composite action version to configure buildx (#2)
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
2023-11-12 18:26:40 +00:00
Jonathon Broughton 1f908aa8d2 Merge pull request #1 from specklesystems/iain/test-github-action-with-caching
chore(github action): test action with cache
2023-11-12 18:16:07 +00:00
Iain Sproat d40821dfa6 chore(github action): test action with cache 2023-11-12 18:13:03 +00:00
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
run: |
python main.py generate_schema ${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.7.2
uses: specklesystems/speckle-automate-github-composite-action@efc398b90847c231e34811cecdf8296d45081c1a
with:
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}