Skip to content

fix: Update ADL gait model to be compatible with AMMR 3 (#1022) #172

fix: Update ADL gait model to be compatible with AMMR 3 (#1022)

fix: Update ADL gait model to be compatible with AMMR 3 (#1022) #172

name: Dispatch AMMR update triggers
on:
push:
branches: [master]
jobs:
update:
if: github.repository == 'anybody/ammr'
runs-on: ubuntu-latest
steps:
- name: Trigger private fork updates
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.WORKFLOW_BOT_TOKEN }}
repository: AnyBody/workflow-bot
event-type: ammr-updated
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'