Commit 5804567
authored
For fun, we shall run it again (#110)
* Reorder Send Changelog PR step in deployment workflow
Moved the Send Changelog PR step to ensure it runs after setting the Git configuration. This change improves the workflow's reliability by ensuring that the necessary Git settings are applied before attempting to create a changelog pull request.
Thank you!
* Remove extra blank line in Set-FabricConfig.ps1
This change cleans up the formatting of the Set-FabricConfig.ps1 file by removing an unnecessary blank line. This improves readability and maintains consistency in the code style.
Thank you!
* Update Git config for automated deployment
Changed the Git user email and name in the deployment workflow to reflect the automated process. This ensures that commits made during the deployment are attributed correctly.
Thank you!1 parent 538472f commit 5804567
File tree
2 files changed
+3
-3
lines changed- .github/workflows
- source/Public/Config
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments