Skip to content

Commit 55450aa

Browse files
authored
docs: improve 'commit_sha' documentation (#39)
1 parent 88dbf7f commit 55450aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Simple (docker-based) GitHub action that can be used to create/update a tag and
3434

3535
### `commit_sha`
3636

37-
**Optional**. The commit SHA hash on which you want to push the tag. Uses latest commit by default.
37+
**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).
3838

3939
### `github_token`
4040

0 commit comments

Comments
 (0)