From 5af601ff714065a0262aa18fe1accaff90fa1d06 Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Thu, 9 Oct 2025 12:36:33 +0200 Subject: [PATCH] Update README.md Co-authored-by: Nicola Soranzo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b78e9..a39a783 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ jobs: The `checkout` action provides the following outputs that can be referenced in later steps: - `ref`, the Git ref that was checked out (not available if the checkout resulted in a detached `HEAD`) -- `sha`, the SHA of the commit that was checked out +- `commit`, the SHA of the commit that was checked out # Recommended permissions