Skip to content

Commit 55c7179

Browse files
authored
Update auto-assign-reviewers.yml
1 parent b23f883 commit 55c7179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
} > review_data.md
178178
pwd
179179
whereis review_data.md
180+
cat /home/runner/work/rt-thread/rt-thread/review_data.md
180181
- name: Post/Update comment
181182
id: post_comment
182183
run: |
@@ -225,4 +226,4 @@ jobs:
225226
env:
226227
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227228
with:
228-
filename: ./review_data.md
229+
filename: /home/runner/work/rt-thread/rt-thread/review_data.md

0 commit comments

Comments
 (0)