diff --git a/action.yml b/action.yml index 636fe7a2..256515f7 100644 --- a/action.yml +++ b/action.yml @@ -133,6 +133,7 @@ runs: id: base-sha shell: bash - run: | + # "Calculating the previous and current SHA..." bash $GITHUB_ACTION_PATH/diff-sha.sh id: changed-files-diff-sha shell: bash diff --git a/diff-sha.sh b/diff-sha.sh index 57f6ff24..fe2bcd48 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -30,7 +30,7 @@ else echo "Found 'temp_changed_files' remote" fi -echo "Getting HEAD info..." +echo "Getting HEAD SHA..." if [[ -z $INPUT_SHA ]]; then CURRENT_SHA=$(git rev-list --no-merges -n 1 HEAD 2>&1) && exit_status=$? || exit_status=$?