Skip to content

Commit b23f883

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 9dcc19b commit b23f883

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ jobs:
175175
echo "> ℹ️ **刷新CI状态操作需要具备仓库写入权限。**"
176176
echo "> ℹ️ **Refresh CI status operation requires repository Write permission.**"
177177
} > review_data.md
178-
178+
pwd
179+
whereis review_data.md
179180
- name: Post/Update comment
180181
id: post_comment
181182
run: |
@@ -224,4 +225,4 @@ jobs:
224225
env:
225226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226227
with:
227-
filename: review_data.md
228+
filename: ./review_data.md

0 commit comments

Comments
 (0)