Skip to content

Commit cdb3d1a

Browse files
authored
Update action.yml
1 parent f078d5d commit cdb3d1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ runs:
3838
else
3939
php cecil.phar build ${{ inputs.args }} --config=${{ inputs.config }}
4040
fi
41-
if [ $? == 0 ]
42-
then
41+
# Summary
42+
if [ $? == 0 ]; then
4343
echo "Site built with Cecil ${{ inputs.version }}" >> $GITHUB_STEP_SUMMARY
4444
fi
4545
shell: bash

0 commit comments

Comments
 (0)