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.
2 parents ef5e125 + 1191201 commit b6a951aCopy full SHA for b6a951a
.github/workflows/test.yml
@@ -83,6 +83,8 @@ jobs:
83
- name: 🚚 Marge pull request (pull_request_target)
84
if: github.event_name == 'pull_request_target'
85
run: |
86
+ git config user.name "GitHub Actions"
87
+ git config user.email "actions@github.com"
88
git rebase ${{ github.event.pull_request.base.sha }}
89
git log --oneline -n 10
90
0 commit comments