Skip to content

Create testScript.yml #1

Create testScript.yml

Create testScript.yml #1

Workflow file for this run

name: File Tree Workflow
on: [push]

Check failure on line 3 in .github/workflows/testScript.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/testScript.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run File Tree Action
uses: your-username/file-tree-action@main
with:
path: 'path/to/your/files'