Skip to content

Commit e623bcd

Browse files
authored
Update README.md
1 parent ce0db20 commit e623bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Example workflow:
66
```
77
workflow "New workflow" {
88
on = "push"
9-
resolves = ["action"]
9+
resolves = ["Find Python 3 syntax errors and undefined names"]
1010
}
1111
12-
action "action" {
12+
action "Find Python 3 syntax errors and undefined names" {
1313
uses = "cclauss/Find-Python-syntax-errors-action@master"
1414
}
1515
```

0 commit comments

Comments
 (0)