diff --git a/changelog.sh b/changelog.sh index bc70d72356a4fd7f3a76caaf38a5d19adbaa9c7e..6d34f181538a233490ad138cd62b983674fe01e0 100755 --- a/changelog.sh +++ b/changelog.sh @@ -6,6 +6,9 @@ read-log() { git log --format=format:"%h%n%H%n%an%n%s%n%d%n" } +PROJECT_USERNAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f1) +PROJECT_REPONAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f2) + hash_abrev='' hash='' author='' @@ -34,7 +37,7 @@ while IFS= read -r lineVAR; do if [[ "$t" == '2' ]]; then break fi - echo "
  • $hash_abrev $title ($author)
  • " + echo "
  • $hash_abrev $title ($author)
  • " fi c=$(($c+1)) #