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 7dc1b58 commit e0ef1c9Copy full SHA for e0ef1c9
.github/workflows/owner-notification.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v4
19
with:
20
- repository: ${{ github.event.pull_request.head.repo.full_name }}
21
- ref: ${{ github.event.pull_request.head.sha }}
+ repository: ${{ github.repository }}
+ ref: ${{ github.event.pull_request.base.sha }}
22
fetch-depth: 0
23
24
- name: Get changed files
0 commit comments