We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ba75e commit 77889feCopy full SHA for 77889fe
.github/workflows/create_website_pr.yml
@@ -16,6 +16,10 @@ jobs:
16
env:
17
GITHUB_CONTEXT: ${{ toJson(github) }}
18
run: echo "$GITHUB_CONTEXT"
19
+ - uses: actions/checkout@v2.2.0
20
+ with:
21
+ submodules: true
22
+ fetch-depth: 0
23
- name: Set up Python 3.8
24
uses: actions/setup-python@v1
25
with:
@@ -27,10 +31,6 @@ jobs:
27
31
run: |
28
32
gcc --version
29
33
python3 --version
30
- - uses: actions/checkout@v2.2.0
- with:
- submodules: true
- fetch-depth: 0
34
- run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
35
- name: CircuitPython version
36
run: git describe --dirty --tags
0 commit comments