Skip to content

Commit 91507cc

Browse files
committed
Add a heading
1 parent 0295f98 commit 91507cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/list-changed-files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions: {}
2929

3030
jobs:
3131
changed-files:
32-
name: ${{ matrix.description }} files between tags ${{ matrix.old_tag }} and ${{ matrix.new_tag }}
32+
name: ${{ matrix.description }} files
3333
runs-on: 'ubuntu-24.04'
3434
permissions:
3535
contents: read
@@ -66,6 +66,7 @@ jobs:
6666
NEW_TAG: ${{ matrix.new_tag }}
6767
OLD_TAG: ${{ matrix.old_tag }}
6868
run: |
69+
echo "## $DESCRIPTION files between the $OLD_TAG and $NEW_TAG tags:" >> "$GITHUB_STEP_SUMMARY"
6970
DIFF_OUTPUT=$(git diff --name-status "$OLD_TAG"..."$NEW_TAG" | grep -E "^($PATTERN)" | cut -c3-)
7071
if [ -n "$DIFF_OUTPUT" ]; then
7172
cat << EOF >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)