Update README.md

Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
pull/2217/head
David Zuelke 2025-10-09 12:36:33 +02:00 committed by GitHub
parent 89616df839
commit 5af601ff71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ jobs:
The `checkout` action provides the following outputs that can be referenced in later steps: 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`) - `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 # Recommended permissions