Skip to content

Commit

Permalink
docs: improve 'commit_sha' documentation (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Oct 13, 2023
1 parent 88dbf7f commit 55450aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 55450aa

Please sign in to comment.