1 Commits
v4.0 ... master

Author SHA1 Message Date
bd58fcf50d Fixed a bug with the action path 2023-05-24 11:21:35 +02:00

View File

@@ -31,9 +31,6 @@ _git_changes() {
}
# PROGRAM
# Changing to the directory
cd "$GITHUB_ACTION_PATH"
echo "Running autopep8..."
autopep8 $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"