Commit 41e8d81
authored
🩹 [Patch]: Add WorkingDirectory input to action configuration and README (#31)
## Description
This pull request introduces a new input parameter to specify the
working directory for the script execution in the PSModule framework.
The changes are reflected in the documentation and the action
configuration file.
### Documentation Update
* `README.md`:
* Added a description for the new `WorkingDirectory` parameter,
specifying its default value as `${{ github.workspace }}`.
### Action Configuration
* `action.yml`:
* Introduced the `WorkingDirectory` input parameter with a description,
default value, and its inclusion in the `runs` section to pass the value
to the script.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 1d72e9a commit 41e8d81
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
0 commit comments