We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f709fda + e165993 commit 0925fb0Copy full SHA for 0925fb0
generate-comments/entrypoint.sh
@@ -44,9 +44,9 @@ echo "${delimiter}" >> "${GITHUB_OUTPUT}"
44
45
if [ "$INPUT_DRYRUN" != "yes" ]
46
then
47
- echo "In a dry run so not upserting comments when desirable"
48
-else
49
echo "Not in a dry run so upserting comments when desirable"
50
php /workdir/comment.php production "🏰 Composer Production Dependency changes 🏰"
51
php /workdir/comment.php development "🚧 Composer Development Dependency changes 🚧"
+else
+ echo "In a dry run so not upserting comments when desirable"
52
fi
0 commit comments