Update action.yml

Co-authored-by: Peter Tripp <petertripp@gmail.com>
This commit is contained in:
Cole Miller 2025-08-21 12:59:17 -04:00
parent 4ae0555d59
commit 2c86d433d6

View file

@ -10,6 +10,10 @@ inputs:
runs:
using: "composite"
steps:
- name: FIXME
shell: powershell
run: Write-Host "$env:LOCALAPPDATA"
- name: Install test runner
shell: powershell
working-directory: ${{ inputs.working-directory }}