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 }}