Skip to content

Commit

Permalink
Update command to trigger "update from extensions"
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 4, 2024
1 parent 0a3c2e4 commit 98ac7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-aio-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
await github.rest.actions.createWorkflowDispatch({
github.rest.actions.createWorkflowDispatch({
owner: 'wpmetabox',
repo: 'meta-box-aio',
workflow_id: 'update-from-extensions.yml',
Expand Down

0 comments on commit 98ac7e5

Please sign in to comment.