diff options
| author | Hosted Weblate <hosted@weblate.org> | 2021-04-01 16:50:34 +0200 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2021-04-01 16:50:34 +0200 |
| commit | 57011c8611326da0b31d3fbd64846bf27716d654 (patch) | |
| tree | 205432574a8b44e41bedea482e94deae98d83578 | |
| parent | 41eb9cb2554cf9d04a07077191e44f1f7791c3b3 (diff) | |
| parent | 7ad605883709d2045111ae74cf417d9be92af128 (diff) | |
Merge remote-tracking branch 'origin/main' into main
| -rw-r--r-- | .github/workflows/create_website_pr.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/create_website_pr.yml b/.github/workflows/create_website_pr.yml index a66bb161c..97c543da0 100644 --- a/.github/workflows/create_website_pr.yml +++ b/.github/workflows/create_website_pr.yml @@ -16,6 +16,10 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" + - uses: actions/checkout@v2.2.0 + with: + submodules: true + fetch-depth: 0 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: @@ -27,10 +31,6 @@ jobs: run: | gcc --version python3 --version - - uses: actions/checkout@v2.2.0 - with: - submodules: true - fetch-depth: 0 - run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/* - name: CircuitPython version run: git describe --dirty --tags |
