We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655d09f commit 1ffb43aCopy full SHA for 1ffb43a
.github/workflows/builder.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
#!/bin/bash
72
git remote add upstream ${{ env.remote }}
73
- git fetch upstream 2>/dev/null
+ git fetch --no-tags upstream 2>/dev/null
74
ahead=$(git rev-list --count upstream/dev..master)
75
behind=$(git rev-list --count master..upstream/dev)
76
git remote remove upstream
0 commit comments