Skip to content

Commit

Permalink
Merge pull request #7 from apyrgio/feature-fix-check-rebased
Browse files Browse the repository at this point in the history
Fix check rebased
  • Loading branch information
apyrgio authored Oct 23, 2024
2 parents 1c61cac + c3d29b8 commit 96fde98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_rebased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: |
git fetch origin
git checkout main
git merge ${{ GITHUB_HEAD_REF }} --ff-only
git merge origin/${{ github.head_ref }} --ff-only

0 comments on commit 96fde98

Please sign in to comment.