Skip to content

Commit 83e77ba

Browse files
committed
fix: removing bad indentation
1 parent 03f73b3 commit 83e77ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@v4
124124

125-
- name: Clone IDF Release From Github
126-
uses: actions/checkout@v4
127-
with:
128-
repository: espressif/esp-idf
129-
path: dependencies/idf-tools
130-
submodules: 'true'
131-
ref: release/v5.4
125+
- name: Clone IDF Release From Github
126+
uses: actions/checkout@v4
127+
with:
128+
repository: espressif/esp-idf
129+
path: dependencies/idf-tools
130+
submodules: 'true'
131+
ref: release/v5.4
132132

133133
- name: Set up Python
134134
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)