From f7ac2b70579d21f88f9f5c1f29a58dec756bfd0c Mon Sep 17 00:00:00 2001 From: Alexander Braml Date: Fri, 27 Oct 2023 12:09:47 +0200 Subject: [PATCH] Update package code action --- .github/workflows/package_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_code.yml b/.github/workflows/package_code.yml index ff663da..b7b7590 100644 --- a/.github/workflows/package_code.yml +++ b/.github/workflows/package_code.yml @@ -42,4 +42,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Move module into root directory - push_options: '--force origin tmp:origin/package_submodule' + push_options: '--force tmp:package_submodule'