Skip to content

Commit

Permalink
added empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 25, 2022
1 parent 5485a02 commit de772eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get-base-sha.sh
Expand Up @@ -31,4 +31,4 @@ elif [[ "$INPUT_SINCE_LAST_REMOTE_COMMIT" == "true" ]]; then
LAST_REMOTE_COMMIT=$(git rev-parse "$INPUT_SHA^1")
fi
echo "::set-output name=base_sha::$LAST_REMOTE_COMMIT"
fi
fi
2 changes: 1 addition & 1 deletion get-sha.sh
Expand Up @@ -21,4 +21,4 @@ if [[ -n "$INPUT_UNTIL" ]]; then
echo "::set-output name=sha::$SHA"
else
echo "::set-output name=sha::$INPUT_SHA"
fi
fi

0 comments on commit de772eb

Please sign in to comment.