1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

add missing git-clone to the deploy step in the release process (#8243)

* add missing git-clone to the deploy step in the release process
This commit is contained in:
david gauchard
2021-07-26 23:47:38 +02:00
committed by GitHub
parent 14c3798d4f
commit 7af58608d7
2 changed files with 5 additions and 1 deletions

View File

@ -36,6 +36,10 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
with:
submodules: false
fetch-depth: 0
- name: Deploy updated JSON
run: |
bash ./package/deploy_package_index.sh