Skip to content

GitHub Action "Automation: Format and Build SQL File" is running in a continuous loop #688

@jamesrudolph

Description

@jamesrudolph

The GitHub Action "Automation: Format and Build SQL File" is triggering itself.

  1. 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/

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions