Skip to content

Commit

Permalink
Fixed log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 1, 2021
1 parent 18496eb commit 78879f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -82,7 +82,7 @@ runs:
ALL_MODIFIED_FILES=$(git diff --diff-filter="ACM" --name-only "$HEAD_SHA" | tr "\n" "$INPUT_SEPARATOR" | sed -E "s/($INPUT_SEPARATOR)$//")
echo "All changed files: $ALL_CHANGED"
echo "All modified files: ALL_MODIFIED_FILES"
echo "All modified files: $ALL_MODIFIED_FILES"
else
ADDED_ARRAY=()
COPIED_ARRAY=()
Expand Down Expand Up @@ -122,7 +122,7 @@ runs:
ALL_MODIFIED_FILES=$(echo "${ALL_MODIFIED_FILES_ARRAY[@]}" | sed -E "s/($INPUT_SEPARATOR)$//")
echo "All changed files: $ALL_CHANGED"
echo "All modified files: ALL_MODIFIED_FILES"
echo "All modified files: $ALL_MODIFIED_FILES"
# shellcheck disable=SC2001
OUTPUT_ALL_MODIFIED_FILES=$(echo "$ALL_MODIFIED_FILES" | sed "s/$INPUT_SEPARATOR/ /g")
Expand Down

0 comments on commit 78879f7

Please sign in to comment.