diff --git a/action.yml b/action.yml index 7c482d2..238c936 100644 --- a/action.yml +++ b/action.yml @@ -198,6 +198,7 @@ runs: EXCLUDE_COMMENTS_BY_ACTOR: ${{ inputs.exclude_comments_by_actor }} GITHUB_RUN_ID: ${{ github.run_id }} GITEA_RUN_NUMBER: ${{ env.GITEA_RUN_NUMBER }} + USE_GITEA_API: ${{ env.USE_GITEA_API }} USE_STICKY_COMMENT: ${{ inputs.use_sticky_comment }} DEFAULT_WORKFLOW_TOKEN: ${{ github.token }} USE_COMMIT_SIGNING: ${{ inputs.use_commit_signing }} @@ -324,6 +325,7 @@ runs: CLAUDE_COMMENT_ID: ${{ steps.prepare.outputs.claude_comment_id }} GITHUB_RUN_ID: ${{ steps.prepare.outputs.run_id || github.run_id }} GITEA_RUN_NUMBER: ${{ env.GITEA_RUN_NUMBER }} + USE_GITEA_API: ${{ env.USE_GITEA_API }} GITHUB_TOKEN: ${{ steps.prepare.outputs.GITHUB_TOKEN }} GH_TOKEN: ${{ steps.prepare.outputs.GITHUB_TOKEN }} GITHUB_EVENT_NAME: ${{ github.event_name }}