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 authored Jan 22, 2024
1 parent b998f8f commit 2891548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/add-new-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,6 @@ jobs:
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
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: pwsh

0 comments on commit 2891548

Please sign in to comment.