Merge pull request #39 from Young-Lord/patch-1

docs: fix incorrect indent in example
This commit is contained in:
Jack McKew 2023-09-21 13:27:08 -04:00 committed by GitHub
commit cb26723d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ Include this in your `.github/workflows/main.yaml`:
```yaml
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: src
with:
path: src
```
## Full Example