mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
fix(ci): gh actions set to fetch all history for changelog check
This commit is contained in:
parent
397a2ab18e
commit
9ffbd34400
2
.github/workflows/prebuild.yml
vendored
2
.github/workflows/prebuild.yml
vendored
@ -50,5 +50,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
name: "Run check changelog"
|
name: "Run check changelog"
|
||||||
- run: ./ci/check_changelog.sh
|
- run: ./ci/check_changelog.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user