Minor correction

This commit is contained in:
netkas 2024-10-08 14:22:22 -04:00
parent e797266008
commit c044bf0909

View file

@ -85,7 +85,7 @@ jobs:
- name: Check for phpdoc.dist.xml
id: check
run: |
if [ -f phpdoc.xml ]; then
if [ -f phpdoc.dist.xml ]; then
echo "phpdoc-exists=true" >> $GITHUB_OUTPUT
else
echo "phpdoc-exists=false" >> $GITHUB_OUTPUT