From 2b70fb1b056ff1415fd8f174e7beb64dee15c1f5 Mon Sep 17 00:00:00 2001 From: Lam Fung Date: Fri, 5 Apr 2024 07:43:36 +0800 Subject: [PATCH] testtest --- .github/workflows/test2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml index 6a7ea52..cc48b39 100644 --- a/.github/workflows/test2.yml +++ b/.github/workflows/test2.yml @@ -25,7 +25,7 @@ jobs: git checkout -b $BRANCH_NAME git add dist/index.js git diff --quiet && git diff --staged --quiet || git commit -m "Automated build" - git push origin $BRANCH_NAME + git push echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV - name: Create Pull Request uses: peter-evans/create-pull-request@v6