Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 6, 2024
1 parent f9204c8 commit 566df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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/${{ env.branch }}..${{ env.branch }})
behind=$(git rev-list --count ${{ env.branch }}..upstream/${{ env.branch }})
git remote remove upstream
Expand Down

0 comments on commit 566df61

Please sign in to comment.