diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml index 23e5806..d67011b 100644 --- a/.github/workflows/test2.yml +++ b/.github/workflows/test2.yml @@ -25,7 +25,9 @@ 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 --set-upstream origin $BRANCH_NAME + git log -n 2 + git push origin $BRANCH_NAME + git log -n 2 echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV - name: Create Pull Request uses: peter-evans/create-pull-request@v6