You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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!
git config --local user.name "Automated Jess Did this"
86
86
- name: Merge main -> develop
87
87
# This step merges the main branch into the develop branch after a successful deployment. This ensures that the develop branch includes the tag for the latest release.
Registers the specified Fabric Data Warehouse configuration for use with all functions in the PSFabricTools module - but does not persist the values, only uses them for the current session.
28
+
Registers the specified Fabric Data Warehouse configuration for use with all functions in the PSFabricTools module - but it does not persist the values, only uses them for the current session.
0 commit comments