Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 6, 2024
1 parent 655d09f commit 1ffb43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
#!/bin/bash
git remote add upstream ${{ env.remote }}
git fetch upstream 2>/dev/null
git fetch --no-tags upstream 2>/dev/null
ahead=$(git rev-list --count upstream/dev..master)
behind=$(git rev-list --count master..upstream/dev)
git remote remove upstream
Expand Down

0 comments on commit 1ffb43a

Please sign in to comment.