diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml index 84680cb..93d7d09 100644 --- a/.github/workflows/test2.yml +++ b/.github/workflows/test2.yml @@ -30,10 +30,10 @@ jobs: 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 - with: - title: Automated build - body: This is an automated build. - branch: ${{ env.BRANCH_NAME }} - base: master \ No newline at end of file + # - name: Create Pull Request + # uses: peter-evans/create-pull-request@v6 + # with: + # title: Automated build + # body: This is an automated build. + # branch: ${{ env.BRANCH_NAME }} + # base: master \ No newline at end of file