From 55450aa830ede05bcbb37fbdad678e36c73e9d15 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Fri, 13 Oct 2023 18:57:06 +0200 Subject: [PATCH] docs: improve 'commit_sha' documentation (#39) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc5aceb..c36b7ec 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Simple (docker-based) GitHub action that can be used to create/update a tag and ### `commit_sha` -**Optional**. The commit SHA hash on which you want to push the tag. Uses latest commit by default. +**Optional**. Specify the commit SHA hash for tagging. By default, it utilizes the `GITHUB_SHA` environment variable, which typically represents the latest commit SHA hash. However, its value ultimately depends on the trigger event of the workflow. For additional details, consult the [GitHub Actions documentation](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context). ### `github_token`