Skip to content

Commit

Permalink
chore: add changes to orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
luislard committed Feb 6, 2025
1 parent 3a6d55d commit 4f16a51
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
inputs:
WP_DIST_TAG:
description: The dist-tag to update the dependencies to, e.g., `wp-6.7`
description: The dist tag to update the dependencies to, e.g., `wp-6.7`
required: true
type: string
PACKAGES:
Expand Down Expand Up @@ -61,4 +61,5 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$package/dispatches \
-d '{"event_type":"update_wp_dependencies","client_payload":{"wp_version":"${{ env.WP_DIST_TAG }}"}}'
done
done

0 comments on commit 4f16a51

Please sign in to comment.