From 1a173751081b7d66984acf989850a6305852c200 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:19:02 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 824375d..c3d8448 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -93,6 +93,8 @@ jobs: git commit -m "$commit_message" + gh auth status + git push upstream "$branch_name" gh pr create --base main --head "$branch_name" --title "$commit_message" --body "This PR adds the script files for $script_name." -R $target_repo