The GitHub Action "Automation: Format and Build SQL File" is triggering itself.
- This line within Merge-All.ps1 gets called within the build, on every push to main:
|
$FileHeader = "-- Compile Date: {0} {1} UTC" -f $CompileDate.ToShortDateString(), $CompileDate.ToLongTimeString() |
Which updates the header of the DarlingData.sql file and commits the change. This then triggers another run of the action.
See recent commit history: https://github.com/erikdarlingdata/DarlingData/commits/main/
