diff --git a/entrypoint.sh b/entrypoint.sh index 9be75a7..ca6f9f4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,6 +7,6 @@ REPOSITORY=$(cut -d '/' -f 2 <<< "$GITHUB_REPOSITORY") echo "Running github_changelog_generator with the following settings:" echo "Repository: $REPOSITORY" echo "Repository owner: $GITHUB_REPOSITORY_OWNER" -echo "Output: $1" +echo "Output: $2" -github_changelog_generator -u "$GITHUB_REPOSITORY_OWNER" -p "$REPOSITORY" -t "$0" --base="$1" --output="$1" +github_changelog_generator -u "$GITHUB_REPOSITORY_OWNER" -p "$REPOSITORY" -t "$1" --base="$2" --output="$2"