diff --git a/action.yml b/action.yml index 3a3d750..c3b590a 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ branding: runs: using: "composite" steps: - - run: python ${{ github.action_path }}/annotate_pr_with_ruff/main.py + - run: python ${{ github.action_path }}/annotate_pr_with_ruff/main.py >> $GITHUB_STATE shell: bash