Skip to content

Some new bug report for testing reports-check.yml #2

Some new bug report for testing reports-check.yml

Some new bug report for testing reports-check.yml #2

Workflow file for this run

---
name: reports-check
on:
issues:
types: [opened]
jobs:
check:
permissions: write

Check failure on line 8 in .github/workflows/reports-check.yml

View workflow run for this annotation

GitHub Actions / reports-check

Invalid workflow file

The workflow is not valid. .github/workflows/reports-check.yml (Line: 8, Col: 18): Unexpected value 'write'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: tracehubpm/reports-check-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
deepinfra_token: ${{ secrets.DEEPINFRA_TOKEN }}