From aa73f1a0d23b18797eb205d13291d95eba6cbc5e Mon Sep 17 00:00:00 2001 From: Arjan Vlek Date: Tue, 17 Feb 2026 11:53:08 +0100 Subject: [PATCH] Use correct branch name in the README The workflow is offered from the `main` branch, but the README still showed `master`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de5d8a0..12e20da 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ on: jobs: call-workflow: - uses: 42BV/42-github-workflows/.github/workflows/maven-release.yml@master + uses: 42BV/42-github-workflows/.github/workflows/maven-release.yml@main secrets: inherit # You may want to specify the exact secrets to use. This will work, though. with: # Passes the values to the template. The workflow is capable of handling empty values.