mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-06 16:24:51 +00:00
changed git checkout -b to git checkout -B
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user