From bf8c01025b2786553e35ae653e95a43a68a6626c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Fran=C3=A7ois?= Date: Fri, 26 Jun 2026 17:18:14 +0200 Subject: [PATCH] doc: update snippet with branch parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84e6ff0..ca709b3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ jobs: with: pitfalls_output: "./pitfalls_outputs" verbose: "false" + branch: $GITHUB_REF # useful to run the analysis on the actual branch (default on main) # config: ".github/workflow/rsmetacheck.toml" # config-profile: "prerelease" # use to set a profile defined in config. Overides the active_profile defined in rsmetacheck.toml ```