changed fetch command to match the one from the actions/checkout repo

This commit is contained in:
Andrew Welker
2020-03-16 14:22:47 -06:00
parent fd9669d8bd
commit 35a6d43e6f

View File

@@ -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