Skip to content

Commit

Permalink
Fix rest call
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Jun 24, 2024
1 parent c0918b6 commit 7fb70d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
script: |
const version = '${{ steps.get_version.outputs.release_version }}';
const response = await github.actions.createWorkflowDispatch({
const response = await github.rest.actions.createWorkflowDispatch({
owner: 'loft-sh',
repo: 'vcluster-docs',
workflow_id: 'e2e-examples.yml',
Expand Down

0 comments on commit 7fb70d6

Please sign in to comment.