We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b332b commit 33bc34cCopy full SHA for 33bc34c
1 file changed
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Fetch and Diff PR with base from which it was cloned
21
if: ${{ github.event.pull_request.base.sha }}
22
run: |
23
- git fetch origin main "${{ github.event.pull_request.base.sha }}"
+ git fetch origin master "${{ github.event.pull_request.base.sha }}"
24
git diff --diff-filter=ACM --name-only "${{ github.event.pull_request.base.sha }}" "${{ github.sha }}" > "${HOME}/changed_files.txt"
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@v2
0 commit comments