ci: sync next branch to the website repo#7011
Conversation
|
| repository: ${{ env.BIOME_WEBSITE_REPO }} | ||
| event-type: ${{ env.BIOME_PUSH_ON_MAIN_EVENT_TYPE }} | ||
| client-payload: '{"event": ${{ toJson(github.event) }}}' | ||
| client-payload: '{"event": ${{ toJSON(github.event) }}}' |
There was a problem hiding this comment.
Why the change? Wasn't it working?
There was a problem hiding this comment.
Though it is case-insensitve, my IDE complains it as the function is defined as toJSON: https://docs.github.com/en/actions/reference/workflows-and-actions/expressions#tojson. Not a critical thing at all.
Summary
Added a
pushtrigger to thenextbranch to sync it to the website repository.See also biomejs/website#2779
Test Plan
The
nextbranch in the website repo will be updated once this PR was mergedDocs
N/A