Skip to content

Commit

Permalink
fix: Had wrong API call for GH REST
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 25, 2024
1 parent e73644a commit 0ba02c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otel-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.actions.createWorkflowDispatch({
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'build-and-test.yml',
Expand Down

0 comments on commit 0ba02c0

Please sign in to comment.