Skip to content

Commit

Permalink
git fetch --update-head-ok to unbreak master builds
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Jun 23, 2023
1 parent 16950db commit 316b88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bundle exec rake
- name: undercover (local)
run: |
git fetch origin master:master
git fetch --update-head-ok origin master:master
undercover --compare master
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 316b88c

Please sign in to comment.