mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
changed fetch command to match the one from the actions/checkout repo
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
git --version
|
||||
git fetch
|
||||
git fetch --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
git branch
|
||||
git tag --merged master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user