Skip to content

Commit ee7c2a8

Browse files
committed
fix: changelog milestone reference to ID
1 parent 26e5d52 commit ee7c2a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if [[ "$ACTION" == "$TRIGGER_ACTION" ]]; then
6262
--changelog.repository=${OWNER_ID}/${REPOSITORY_NAME} \
6363
--changelog.github.username=${GH_USERNAME} \
6464
--changelog.github.password=${GITHUB_TOKEN} \
65+
--changelog.milestone-reference=id \
6566
--spring.config.location=${CONFIG_FILE} \
6667
${MILESTONE_NUMBER} \
6768
${OUTPUT_FOLDER}/${OUTPUT_FILENAME}

0 commit comments

Comments
 (0)