1
0
mirror of synced 2025-12-26 14:02:45 -05:00

Add support for deleted files to get-changed-files (#54922)

This commit is contained in:
Hector Alfaro
2025-03-19 23:13:12 -04:00
committed by GitHub
parent ea328a6009
commit 2528bef7f7
6 changed files with 153 additions and 69 deletions

View File

@@ -106,7 +106,6 @@ jobs:
with:
files: |
content/**
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate PR comment
if: ${{ github.event_name == 'pull_request' && steps.changed_files.outputs.filtered_changed_files }}