Skip to content

Commit 8923c95

Browse files
jozefizsoclaude
andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This action requires macOS operating system.
1212
name: PowerPoint Automation
1313

1414
on:
15-
- push:
15+
push:
1616

1717
jobs:
1818
powerpoint-tests:

0 commit comments

Comments
 (0)