We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc04b4 commit 0bb05c3Copy full SHA for 0bb05c3
.github/workflows/claude-translator.yml
@@ -98,10 +98,9 @@ jobs:
98
- Event: ${{ github.event_name }}
99
- Issue Number: ${{ github.event.issue.number }}
100
- Repository: ${{ github.repository }}
101
- - Comment ID: ${{ github.event.comment.id || 'N/A' }}
+ - (Review) Comment ID: ${{ github.event.comment.id || 'N/A' }}
102
- Pull Request Number: ${{ github.event.pull_request.number || 'N/A' }}
103
- Review ID: ${{ github.event.review.id || 'N/A' }}
104
- - Review Comment ID: ${{ github.event.comment.id || 'N/A' }}
105
106
107
使用以下命令获取完整信息:
0 commit comments