Skip to content

GitHub Actions for triggering ost_data_parser remotely #16

GitHub Actions for triggering ost_data_parser remotely

GitHub Actions for triggering ost_data_parser remotely #16

Workflow file for this run

name: When Push
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1

Check failure on line 13 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
with:
token: ${{ secrets.ACTION_SCRIPT }}
event-type: ost-data-update-event
repository: BA-OST-Index/ost_data_parser