Skip to content

Commit

Permalink
Bump automate sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Nov 11, 2023
1 parent b46bf14 commit 681dcca
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ 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.6.7
uses: specklesystems/speckle-automate-github-composite-action@0.7.2
with:
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
speckle_function_command: 'python3 main.py run'
speckle_function_command: 'python3 -u main.py run'
Loading

0 comments on commit 681dcca

Please sign in to comment.