Minor correction
This commit is contained in:
parent
e797266008
commit
c044bf0909
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ncc_workflow.yml
vendored
2
.github/workflows/ncc_workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue