Commit 63e7978
authored
🩹 [Patch]: Fix path separator in action script execution (#32)
## Description
This pull request includes a minor change to the `action.yml` file. The
change updates the path format for the script execution from backslashes
to forward slashes.
*
[`action.yml`](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L42-R42):
Updated the script path from `\scripts\main.ps1` to `/scripts/main.ps1`
to use forward slashes.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 41e8d81 commit 63e7978
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
0 commit comments