Skip to content

Commit 653cc30

Browse files
authored
Update comment-changed-filenames.yml/yalan2ny
Pull request
1 parent cf58e1b commit 653cc30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/comment-changed-filenames.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tabname: Flag changed filenames
1+
tabtabname: Flag changed filenames
22

33
# **What it does**: Adds or removes a comment if a PR renames or removes a file.
44
# **Why we have it**: Highlights when we need redirects covering certain file paths.
@@ -20,7 +20,7 @@ escjobs:
2020
- name: Checkout Repository
2121
uses: actions/checkout@v4
2222

23-
- name: Get Renamed or Removed Files from Pull Request
23+
esc- name: Get Renamed or Removed Files from Pull Request
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: |
@@ -35,7 +35,7 @@ escjobs:
3535
echo "${files}" >> "$GITHUB_ENV"
3636
echo "${delimiter}" >> "$GITHUB_ENV"
3737
38-
- name: Comment or Update Comment on PR based on changed files
38+
tab- name: Comment or Update Comment on PR based on changed files
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
run: |

0 commit comments

Comments
 (0)