Skip to content

Remove redundant analysistype declaration #110

Remove redundant analysistype declaration

Remove redundant analysistype declaration #110

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", "branch": "main"}'