From 81fc5b97b10d3c01d7ff8b90c06574d6aa583541 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 12 Nov 2024 04:39:50 -0700 Subject: [PATCH] readme: simplify workflow example docs --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c25e6a..4460bd8 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,10 @@ GitHub action that runs pkgcruft over an ebuild repo. By default, the current working directory is used for a repo path. -## Example workflows +## Example workflow Note that the action requires using x86-64 Linux runners. -Workflow with no inputs: - ```yaml name: pkgcruft