We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e3f27 commit b593be3Copy full SHA for b593be3
action.yml
@@ -122,7 +122,7 @@ runs:
122
set -o pipefail
123
IFS=$'\n'
124
INPUT_PATHS=(${{ inputs.input-paths }})
125
- { diktat "${DIKTAT_ARGS[@]}" "${INPUT_PATHS[@]}" | tee diktat.log; } && exit_code=$? || exit_code=$?
+ { ${GITHUB_WORKSPACE}/diktat "${DIKTAT_ARGS[@]}" "${INPUT_PATHS[@]}" | tee diktat.log; } && exit_code=$? || exit_code=$?
126
echo "summary-line=$(tail -n1 diktat.log 2>/dev/null)" >>$GITHUB_OUTPUT
127
rm -f diktat.log
128
echo "exit-code=${exit_code}" >>$GITHUB_OUTPUT
0 commit comments