Skip to content

Commit 39f3bf6

Browse files
committed
Improve comments
1 parent d450d27 commit 39f3bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
- name: Checkout repo
1111
uses: actions/checkout@v2
1212

13-
- name: Python stuff
13+
- name: Install Python environment
1414
uses: actions/setup-python@v2
1515
with:
1616
python-version: 3.8
1717

18-
- name: Checkout mbed-os-scripts repo
18+
- name: Checkout mbed-os-scripts repo (This repo is currently private)
1919
uses: actions/checkout@v2
2020
with:
2121
repository: ARMmbed/mbed-os-ci-scripts

0 commit comments

Comments
 (0)