diff --git a/.github/workflows/add-new-template.yml b/.github/workflows/add-new-template.yml index 496cb86f..9efaed66 100644 --- a/.github/workflows/add-new-template.yml +++ b/.github/workflows/add-new-template.yml @@ -212,7 +212,7 @@ jobs: git add . git commit -m "Added new solution: ${{ github.event.inputs.solution_name }}" git push origin $branchName - gh pr create --title "Add new solution ${{ github.event.inputs.solution_name }}" --body "Added new solution: ${{ github.event.inputs.solution_name }}" --base main --head $branchName + # gh pr create --title "Add new solution ${{ github.event.inputs.solution_name }}" --body "Added new solution: ${{ github.event.inputs.solution_name }}" --base main --head $branchName env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} shell: pwsh