mirror of
https://github.com/actions/setup-python.git
synced 2024-11-21 14:40:58 -05:00
Fix consistency in README (#250)
This commit is contained in:
parent
ca5c59064f
commit
52636cf49a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ jobs:
|
|||
name: Python ${{ matrix.python-version }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup python
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in a new issue