Skip to content

Update test.yaml

Update test.yaml #2

Workflow file for this run

name: Test action
on:
push:
branches: [main]
workflow_dispatch:
jobs:
test
runs-on: ubuntu-latest

Check failure on line 8 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
steps:
- uses: actions/checkout@v4
- name: Setup NVGT
id: engine
uses: harrymkt/setup-nvgt@main
- name: Checkout NVGT Outputs
shell: bash
run: |
echo "Path to NVGT is ${{ steps.engine.outputs.path }}"