mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
Switch to RUFF_OUTPUT_FORMAT
`RUFF_FORMAT` was deprecated in favor of `RUFF_OUTPUT_FORMAT` in v0.0.291.
This commit is contained in:
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user