Skip to content

Commit

Permalink
Update add-new-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep committed Jan 22, 2024
1 parent c140a6b commit 86531a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-new-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86531a2

Please sign in to comment.