From 06c21e73e22b9f4f28082392bec448566ef2e972 Mon Sep 17 00:00:00 2001 From: mayur-sose Date: Wed, 29 Jan 2025 17:33:12 +0530 Subject: [PATCH] WIP-13 --- .github/workflows/update-packages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 92fa1585..eb48880c 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -53,14 +53,13 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" php .github/update_packages.php git stash -u - git checkout -b $BRANCH_NAME origin/develop + git checkout -b $BRANCH_NAME git stash -u git add -A git commit -m "Update dependencies in packages.yml" git show git log git push -u origin HEAD - git show-branch HEAD origin/develop origin/$BRANCH_NAME # Step 7: Create Pull Request - name: Create Pull Request