diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39e2274..395f772 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,5 +38,5 @@ jobs: run: | git config --global user.name 'Kathryn Tan' git config --global user.email 'ktan.software.developer@users.noreply.github.com' - git commit -am "Automated build" + git commit -a "Automated build" git push \ No newline at end of file diff --git a/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from ci.yml rename to .github/workflows/ci.yml