Skip to content

Commit

Permalink
update to the home folder handling
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Aug 11, 2023
1 parent fc28036 commit 6328488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
id: extract_schema
run: |
dotnet build
echo $(dotnet run generate-schema) > functionSchema.json
cat functionSchema.json
echo $(dotnet run generate-schema) > ${HOME}/functionSchema.json
cat ${HOME}/functionSchema.json
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.3.1
uses: specklesystems/speckle-automate-github-composite-action@0.4.0
with:
speckle_automate_url: 'https://automate.speckle.dev'
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
Expand Down

0 comments on commit 6328488

Please sign in to comment.