Commit 70f5b12
authored
🩹 [Patch]: Fix path separator in action.yml for script execution (#9)
## Description
This pull request includes a small change to the `action.yml` file. The
change corrects the file path for the `main.ps1` script to use forward
slashes instead of backslashes.
* `action.yml`:
* Updated the script path from `${{ github.action_path
}}\scripts\main.ps1` to `${{ github.action_path }}/scripts/main.ps1`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent e99a9e8 commit 70f5b12
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
0 commit comments