changed git checkout -b to git checkout -B

This commit is contained in:
Andrew Welker
2020-03-18 16:18:20 -06:00
parent adc693fbab
commit 3eb7b01f94

View File

@@ -130,7 +130,7 @@ jobs:
- name: Copy build output and push
shell: powershell
run: |
git checkout -b $($Env:GITHUB_REF -replace "refs/heads/")
git checkout -B $($Env:GITHUB_REF -replace "refs/heads/")
git config user.email "actions@pepperdash.com"
git config user.name "GitHub Actions"
git add .