We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268969d commit ea1a139Copy full SHA for ea1a139
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python main.py generate_schema ${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}
31
- name: Speckle Automate Function - Build and Publish
32
- uses: specklesystems/speckle-automate-github-composite-action@0.8.1
+ uses: specklesystems/speckle-automate-github-composite-action@0.9.0
33
with:
34
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || vars.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}
35
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
0 commit comments