We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d488 commit 40be92dCopy full SHA for 40be92d
.github/workflows/markdown.yml
@@ -26,7 +26,9 @@ jobs:
26
uses: tj-actions/changed-files@v45
27
with:
28
files: '**/*.md'
29
+
30
- name: Notify
31
+ run: |
32
echo "::notice::Detected some changed markdown files"
33
34
lint-markdown:
@@ -121,5 +123,6 @@ jobs:
121
123
body: ${{ steps.commentformatter.outputs.updated-text }}
122
124
125
126
127
echo "::notice::Commented pull request ${{ github.event.pull_request.number }}"
128
echo "::debug::${{ step.commentformatter.outputs.updated-text }}"
0 commit comments