From bcebc78bc63d968b75a929bae5f7364c1bc262d9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 22 Oct 2025 07:34:50 -0400 Subject: [PATCH] ... --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e38e6d2..24ef894 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: - name: Run comment script shell: bash run: | - python3 $GITHUB_ACTION_PATH/commenter.py + python3 $GITHUB_ACTION_PATH/git-auto-comment.py env: PLATFORM: ${{ inputs.platform }} TOKEN: ${{ inputs.token }}