Skip to content

Commit

Permalink
use default base sha
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Sep 20, 2024
1 parent 8301557 commit 9f804d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: new-ref
fetch-depth: 0
- name: Get Diff
run: git --git-dir ./new-ref/.git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }}| xargs > fileList.txt
run: git --git-dir ./new-ref/.git diff --name-only --diff-filter=ACMRT ${{ github.event.repository.default_branch.sha }} ${{ github.sha }}| xargs > fileList.txt
- name: Checkout scancode
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 9f804d2

Please sign in to comment.