Skip to content

Action + Readme update (V1.0.1) #1

Action + Readme update (V1.0.1)

Action + Readme update (V1.0.1) #1

Workflow file for this run

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

Check failure on line 5 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 5
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 }}"