Commit 8923c95
Fix invalid YAML syntax in workflow example
The usage example in README contained invalid YAML syntax where the
'on:' trigger used '- push:' format which causes workflow failures.
Changed to the correct format 'push:' without the dash prefix.
Fixes #2
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 83362e9 commit 8923c95
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments