Skip to content

Switch robot status when its stuck #40

Switch robot status when its stuck

Switch robot status when its stuck #40

name: Dispatch to repo
on:
push:
branches:
- main
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["equinor/robotics-deployment"]
steps:
- name: Push to repo
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "isar-robot", "branch": "main"}'