Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from boidolr/main
Browse files Browse the repository at this point in the history
Switch to `RUFF_OUTPUT_FORMAT`
  • Loading branch information
brucearctor authored Dec 12, 2023
2 parents 2bc585f + 98cc4a4 commit a0f145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
python3 $GITHUB_ACTION_PATH/action/main.py
fi
env:
RUFF_FORMAT: github
RUFF_OUTPUT_FORMAT: github
INPUT_ARGS: ${{ inputs.args }}
INPUT_SRC: ${{ inputs.src }}
INPUT_VERSION: ${{ inputs.version }}
Expand Down

0 comments on commit a0f145b

Please sign in to comment.