From 62cfccf2966aa200909d35d0553ac96d46b5fcd6 Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Mon, 25 Mar 2024 22:21:53 +0000 Subject: [PATCH] fix: branch --- .github/workflows/meta-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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