Skip to content

Commit

Permalink
misc[gha]: fix gh script name
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Jan 15, 2025
1 parent fdcdc59 commit 9519f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
github-token: ${{ secrets.GH_REPO_READ_TOKEN }}
script: |-
await github.actions.createWorkflowDispatch({
await github.rest.repos.createWorkflowDispatch({
owner: 'ecmwf-projects',
repo: 'polytope-docs',
workflow_id: 'docs.yaml',
Expand Down

0 comments on commit 9519f60

Please sign in to comment.