We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f508eb3 commit 65a00b4Copy full SHA for 65a00b4
.github/workflows/test.yml
@@ -86,7 +86,8 @@ jobs:
86
run: |
87
git config user.name "GitHub Actions"
88
git config user.email "[email protected]"
89
- git merge origin/${{ github.event.pull_request.base.ref }} --no-edit
+ git rebase ${{ github.event.pull_request.base.sha }}
90
+ git log --oneline -n 10
91
92
- name: 📥 Cache library
93
uses: actions/cache@v4
0 commit comments