docs: fix incorrect indent in example

This commit is contained in:
LY 2023-07-19 08:36:37 +08:00 committed by GitHub
parent 8ecfdfba5f
commit 1b1d3f463a
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 ```yaml
- name: PyInstaller Windows - name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main uses: JackMcKew/pyinstaller-action-windows@main
with: with:
path: src path: src
``` ```
## Full Example ## Full Example