We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546eaad commit 2122656Copy full SHA for 2122656
.github/workflows/check-files.yml
@@ -55,7 +55,7 @@ jobs:
55
outputs:
56
composer: ${{ steps.changes-composer.outputs.composer }}
57
js: ${{ steps.changes-js.outputs.js }}
58
- markdown: ${{ steps.changes-php.outputs.markdown }}
+ markdown: ${{ steps.changes-markdown.outputs.markdown }}
59
php: ${{ steps.changes-php.outputs.php }}
60
phtml: ${{ steps.all.outputs.phtml }}
61
xml: ${{ steps.changes-xml.outputs.xml }}
0 commit comments