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 b80b53a commit 143be78Copy full SHA for 143be78
action.yml
@@ -50,7 +50,11 @@ runs:
50
51
echo "permalink=$PERMALINK" >> $GITHUB_OUTPUT
52
53
- # Use sed with a temp file to replace the line after the marker
54
sed "/${{ inputs.replace_marker }}/!b;n;c$PERMALINK" \
55
"${{ inputs.markdown_file }}" > temp_file && \
56
mv temp_file "${{ inputs.markdown_file }}"
+
57
+ - name: Output diff for the changed file
58
+ shell: bash
59
+ run: |
60
+ git diff "${{ inputs.markdown_file }}"
0 commit comments