File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 69
69
fi
70
70
ALL_LINKS=" "
71
71
for PACKAGE_NAME in " ${PACKAGE_NAMES[@]} " ; do
72
- LINK=" ${INDEX_URL} /manage/project/${PACKAGE_NAME} /settings/publishing/?provider=github&owner=${GITHUB_REPOSITORY_OWNER} &repository=${REPOSITORY_NAME} &workflow_filename=${WORKFLOW_FILENAME} "
72
+ LINK=" - ${INDEX_URL} /manage/project/${PACKAGE_NAME} /settings/publishing/?provider=github&owner=${GITHUB_REPOSITORY_OWNER} &repository=${REPOSITORY_NAME} &workflow_filename=${WORKFLOW_FILENAME} "
73
73
ALL_LINKS+=" $LINK " $' \n '
74
74
done
75
- TRUSTED_PUBLISHING_MAGIC_LINK_NUDGE=" ::warning title=Create a Trusted Publisher::\
76
- A new Trusted Publisher for the currently running publishing workflow can be created \
77
- by accessing the following link(s) while logged-in as a maintainer of the package(s): \"
75
+ MAGIC_LINK_MESSAGE=" A new Trusted Publisher for the currently running publishing workflow can be created \
76
+ by accessing the following link(s) while logged-in as a maintainer of the package(s):
78
77
${ALL_LINKS} "
78
+ TRUSTED_PUBLISHING_MAGIC_LINK_NUDGE=$' ::warning title=Create a Trusted Publisher:: \n ${MAGIC_LINK_MESSAGE}'
79
+ echo " ${MAGIC_LINK_MESSAGE} " >> $GITHUB_STEP_SUMMARY
79
80
fi
80
81
81
82
if [[ " ${INPUT_USER} " == " __token__" && -z " ${INPUT_PASSWORD} " ]] ; then
You can’t perform that action at this time.
0 commit comments