Skip to content

Commit a8bced3

Browse files
authored
workflow: update check-files.yml (#4811)
1 parent 546eaad commit a8bced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
outputs:
5656
composer: ${{ steps.changes-composer.outputs.composer }}
5757
js: ${{ steps.changes-js.outputs.js }}
58-
markdown: ${{ steps.changes-php.outputs.markdown }}
58+
markdown: ${{ steps.changes-markdown.outputs.markdown }}
5959
php: ${{ steps.changes-php.outputs.php }}
6060
phtml: ${{ steps.all.outputs.phtml }}
6161
xml: ${{ steps.changes-xml.outputs.xml }}

0 commit comments

Comments
 (0)