Skip to content

Commit 0925fb0

Browse files
authored
Merge pull request #175 from WyriHaximus/switch-dry-run
Switch dry run
2 parents f709fda + e165993 commit 0925fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-comments/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ echo "${delimiter}" >> "${GITHUB_OUTPUT}"
4444

4545
if [ "$INPUT_DRYRUN" != "yes" ]
4646
then
47-
echo "In a dry run so not upserting comments when desirable"
48-
else
4947
echo "Not in a dry run so upserting comments when desirable"
5048
php /workdir/comment.php production "🏰 Composer Production Dependency changes 🏰"
5149
php /workdir/comment.php development "🚧 Composer Development Dependency changes 🚧"
50+
else
51+
echo "In a dry run so not upserting comments when desirable"
5252
fi

0 commit comments

Comments
 (0)