1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 00:26:42 +00:00

Fix consistency in README (#250)

This commit is contained in:
Micael Jarniac 2021-11-12 12:22:20 -03:00 committed by GitHub
parent ca5c59064f
commit 52636cf49a
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}