Skip to content

PR for Testing47

PR for Testing47 #1

Workflow file for this run

name: trigger tests in another repository
on:
pull_request:
types: [opened, synchronize]
issues:
types: [ opened, edited ]
workflow_dispatch:
push:
jobs:
trigger-test:
runs-on: ubuntu-latest
steps:
- name: trigger the automated test in another repo
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_ACCESS }}
repository: anusreelakshmi934/liberty-tools-intellij
event-type: my-event