We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08792b4 commit e0b1119Copy full SHA for e0b1119
.github/workflows/build-docker-image.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/github-script@v6
16
with:
17
script: |
18
- github.repos.createDispatchEvent({
+ github.rest.repos.createDispatchEvent({
19
owner: 'automattic',
20
repo: 'vip-container-images',
21
event_type: 'build-mu-plugins',
0 commit comments