From a52fa92dc961890c1572c72f382d4190aa8ad75d Mon Sep 17 00:00:00 2001 From: James Bradlee Date: Tue, 20 Aug 2024 10:59:18 +0200 Subject: [PATCH] build updates docs Signed-off-by: James Bradlee --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9b6176d..36f6465 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/ # Otherwise, uses the default branch. ref: '' + # The commit SHA to checkout. Used when ref is not specified or is ambiguous. This + # can be used as a replacement for ref, or alongside it to checkout a specific + # commit of the ref. + commit: '' + # Personal access token (PAT) used to fetch the repository. The PAT is configured # with the local git config, which enables your scripts to run authenticated git # commands. The post-job step removes the PAT.