Added missing client_payload for ruby-build

This commit is contained in:
Hiroshi SHIBATA 2024-09-03 16:11:34 +09:00
parent 1b8fb4860b
commit 452eb24b15
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -96,7 +96,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/rbenv/ruby-build/dispatches \
-d '{"event_type": "update-ruby"}'
-d '{"event_type": "update-ruby", "client_payload": {"ruby_version": "${{ env.RUBY_VERSION }}", "openssl_version": "3.0.14"}}'
- name: Update all-ruby definition
run: |