Commit ede86e5
authored
🩹 [Patch]: Clean up call to
## Description
This pull request includes a small change to the `action.yml` file. The
change modifies the script execution method from sourcing the script to
directly running it.
Changes in `runs:` in file `action.yml`:
* Modified the script execution method from sourcing the script (`. "${{
github.action_path }}\scripts\main.ps1"`) to directly running it (`${{
github.action_path }}\scripts\main.ps1`).
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] main.ps1 (#9)1 parent 2883b65 commit ede86e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments