From 9379d51f4604fa0326d5f8b2e954c1662a767d8b Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Fri, 16 Oct 2020 11:49:15 +0200 Subject: [PATCH] mention commit SHA in docs for base parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7606f4..1bdbf18 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ For more information see [CHANGELOG](https://github.com/actions/checkout/blob/ma # Filters syntax is documented by example - see examples section. filters: '' - # Branch or tag against which the changes will be detected. + # Branch, tag or commit SHA against which the changes will be detected. # If it references same branch it was pushed to, # changes are detected against the most recent commit before the push. # Otherwise it uses git merge-base to find best common ancestor between