mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 20:16:34 +00:00
changed fetch command to match the one from the actions/checkout repo
This commit is contained in:
parent
fd9669d8bd
commit
35a6d43e6f
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue