commit
a7606aa8df
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 0
|
||||||
- name: Set up Python 3
|
- name: Set up Python 3
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
- name: Get changes
|
- name: Get changes
|
||||||
id: get-changes
|
id: get-changes
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
uses: tj-actions/changed-files@v34
|
uses: tj-actions/changed-files@v34.5.3
|
||||||
with:
|
with:
|
||||||
json: true
|
json: true
|
||||||
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
|
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
|
||||||
|
Loading…
Reference in New Issue
Block a user