Merge pull request #1316 from ariG23498/patch-1

Typo in the example code
This commit is contained in:
Shati Patel 2020-12-02 13:42:17 +00:00 коммит произвёл GitHub
Родитель 1d5f905ac2 a7d0f66980
Коммит ea7bb912b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,7 @@ Printing "Hello, World!" is a great way to explore the basic set up and syntax o
# When the event is triggered, GitHub Actions will run the jobs indicated
jobs:
say_hello:
# Uses a ubuntu-lates runner to complete the requested steps
# Uses a ubuntu-latest runner to complete the requested steps
runs-on: ubuntu-latest
steps:
- run: |