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