Skip to content

Commit

Permalink
Trigger Golang flavor + clean up README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Dec 3, 2024
1 parent 64f63a9 commit 9ea45b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 464 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,10 @@ jobs:
--header 'Accept: application/vnd.github.everest-preview+json' \
--header 'Content-Type: application/json' \
--header "Authorization: token $UNITSNET_PYTHON_WORKFLOW_TOKEN" \
--data-raw '{"ref": "main" }'
# Trigger re-generate Golang units once a new release created
curl --fail --location --request POST 'https://api.github.com/repos/haimkastner/unitsnet-go/actions/workflows/build.yml/dispatches' \
--header 'Accept: application/vnd.github.everest-preview+json' \
--header 'Content-Type: application/json' \
--header "Authorization: token $UNITSNET_PYTHON_WORKFLOW_TOKEN" \
--data-raw '{"ref": "main" }'
Loading

0 comments on commit 9ea45b8

Please sign in to comment.