Skip to content

Commit 40be92d

Browse files
committed
fix
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 5a3d488 commit 40be92d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/markdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
uses: tj-actions/changed-files@v45
2727
with:
2828
files: '**/*.md'
29+
2930
- name: Notify
31+
run: |
3032
echo "::notice::Detected some changed markdown files"
3133
3234
lint-markdown:
@@ -121,5 +123,6 @@ jobs:
121123
body: ${{ steps.commentformatter.outputs.updated-text }}
122124

123125
- name: Notify
126+
run: |
124127
echo "::notice::Commented pull request ${{ github.event.pull_request.number }}"
125128
echo "::debug::${{ step.commentformatter.outputs.updated-text }}"

0 commit comments

Comments
 (0)