Skip to content

Commit 5ffc617

Browse files
committed
[Docs Site] Fix user.id check in show-changed-files.yml
1 parent 31cd2e5 commit 5ffc617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
changed-files-links:
1515
name: Show Changed Files
16-
if: github.event.issue.pull_request && github.event.issue.state == 'open' && github.event.comment.user.id == 73139402 && contains(github.event.comment.body, '**Preview URL**')
16+
if: github.event.issue.pull_request && github.event.issue.state == 'open' && github.event.comment.user.id == 41898282 && contains(github.event.comment.body, '**Preview URL**')
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)