From 714edb43921b181cc8fb034d76af519dee7f711c Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Tue, 9 Dec 2025 21:38:50 +0100 Subject: [PATCH] Fix invalid YAML syntax in workflow example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2796dc..7db5e6c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ths action requires macOS operating system. name: PowerPoint Automation on: - - push: + push: jobs: powerpoint-tests: