v5.47.1 — reconcile-state.sh evidence.commit_sha 배열 형식 수용 — registry-write 실제 포맷 (dogfood 발견, review PASS) #107
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Notify Landing on Release | |
| on: | |
| release: | |
| types: [published] | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger nova-landing rebuild | |
| uses: peter-evans/repository-dispatch@v4 | |
| with: | |
| token: ${{ secrets.LANDING_DISPATCH_TOKEN }} | |
| repository: jay-swk/nova-landing | |
| event-type: nova-release | |
| client-payload: | | |
| { | |
| "version": "${{ github.event.release.tag_name }}", | |
| "meta_url": "https://raw.githubusercontent.com/TeamSPWK/nova/main/docs/nova-meta.json" | |
| } |