| tag | The newly created tag name (e.g., v1.2.0) |
| previous_tag | The previous tag that was incremented from (e.g., v1.1.0) |
| sha | The commit SHA that the tag points to |
| ref | The Git reference created for the tag |
| increment_type | Type of version increment: major, minor, patch, or manual |
| version_source | Source of version: automatic_increment or manual_specification |
| manual_version | Manual version specified (only present when increment_type is manual) |
| repository | Repository name in format owner/repo |
| pull_request | Pull request number that triggered the action |
| branch | Target branch of the pull request |
| action_timestamp | ISO timestamp when the action was executed |
| skipped | Set to 'true' when tagging was skipped due to /tag-bot skip command |
| duplicate_resolved | Set to 'true' when a duplicate tag was detected but resolved (same commit) |
| existing_tag_sha | SHA of existing tag when duplicate is resolved (only present when duplicate_resolved is true) |