Skip to content

Commit bea51fb

Browse files
Update 7.4-apache-publish.yml
Fixed event dispatch type for downstream wordpress 7.4 build.
1 parent 4dd8a77 commit bea51fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/7.4-apache-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
curl -X POST https://api.github.com/repos/polyverse/polyscripted-wordpress/dispatches \
4444
-H 'Accept: application/vnd.github.everest-preview+json' \
4545
-u ${{ secrets.GHCR_POLYSCRIPTING_SECRET }} \
46-
--data '{"event_type" : "build_7.4", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
46+
--data '{"event_type" : "build_7.4_apache", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 commit comments

Comments
 (0)