Skip to content

Commit 309b751

Browse files
author
Mike Mindel
committed
Add a 'name' for the section
1 parent 31a91fd commit 309b751

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
env:
2020
PYTHONPATH: ${{ github.workspace }}:${{ github.workspace }}/mylib
2121
steps:
22-
- uses: actions/checkout@v4
22+
- name: Checkout repository code
23+
uses: actions/checkout@v4
2324
- name: Install Python
2425
uses: actions/setup-python@v4
2526
with:

0 commit comments

Comments
 (0)