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 4e38fd0 commit 494383f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-new-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
run: |
$branchDateTime = Get-Date -Format "yyyyMMdd-HHmmss"
$branchName = "auto_pipeline/${{ github.event.inputs.solution_name }}-$branchDateTime"
git config --global user.name "tshanep"
git checkout -b $branchName
echo "BRANCH_NAME=$branchName" | Out-File -Append -Encoding utf8 $env:GITHUB_ENV
Write-Host "Working on branch $branchName"
Expand Down

0 comments on commit 494383f

Please sign in to comment.