From 5d0abc08cc53f78fa4d71c505b970ad8aaccd1be Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:07:19 -0500 Subject: [PATCH] Update build-sqlfile.yml --- .github/workflows/build-sqlfile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-sqlfile.yml b/.github/workflows/build-sqlfile.yml index 8047dca..dbbac75 100644 --- a/.github/workflows/build-sqlfile.yml +++ b/.github/workflows/build-sqlfile.yml @@ -18,11 +18,10 @@ jobs: - name: Compile SQL File shell: pwsh run: | - cd DarlingData cd Install-All ./Merge All.ps1 - name: Commit Updated File run: | git add DarlingData.sql git commit -am "Automation: Building SQL File" - git push \ No newline at end of file + git push