Add checkout (#1514)
* Add checkout * remove empty with statement * Actually we do need push depth
This commit is contained in:
parent
66a1cc3dd1
commit
e1979b0865
|
@ -10,6 +10,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate Configs
|
||||
working-directory: ./firmware/
|
||||
run: sh gen_config.sh
|
||||
|
|
Loading…
Reference in New Issue