Skip to content

testing

testing #292

Workflow file for this run

name: Trigger JS Login Form Test Runner
on:
pull_request_target:
branches: ["main"]
jobs:
js_login_form_test_runner:
uses: developer-job-simulation/javascript-login-form-tests/main.yml@main

Check failure on line 9 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
pr_number: ${{ github.event.pull_request.number }}
head_sha: ${{ github.event.pull_request.head.sha }}
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}