diff --git a/.github/workflows/meta-updater.yml b/.github/workflows/meta-updater.yml index 494fa11..5b5b486 100644 --- a/.github/workflows/meta-updater.yml +++ b/.github/workflows/meta-updater.yml @@ -34,4 +34,4 @@ jobs: git status ls -la git diff --quiet --exit-code || git commit -m "Update things" - git push \ No newline at end of file + git push origin main \ No newline at end of file