Skip to content

Commit

Permalink
Missing master statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jul 20, 2024
1 parent b0beaa9 commit f8b9523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check for updates
run: |
CHANGES=$(git rev-list HEAD..upstream/main --count)
CHANGES=$(git rev-list HEAD..upstream/master --count)
if [ "$CHANGES" -gt 0 ]; then
echo "Updating fork master branch..."
git checkout master
Expand Down

0 comments on commit f8b9523

Please sign in to comment.