diff --git a/README.md b/README.md index 9dba6ef..debb914 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ jobs: ``` workflow "Python Linting" { - on # "push" - resolves # ["python-linting"] + on = "push" + resolves = ["python-linting"] } action "python-linting" { - uses # "konstruktoid/action-pylint@master" + uses = "konstruktoid/action-pylint@master" } ```