Skip to content

fix: use query parameters for git API endpoints to preserve path slas… #150

fix: use query parameters for git API endpoints to preserve path slas…

fix: use query parameters for git API endpoints to preserve path slas… #150

Workflow file for this run

---
name: Dispatch to docs repo
on:
push:
branches:
- main
paths:
- openhands-agent-server/**
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Trigger docs repo sync
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.ALLHANDS_BOT_GITHUB_PAT }}
repository: OpenHands/docs
event-type: update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'