Skip to content

Commit 29ec75a

Browse files
committed
fix pr_info_post file paths
1 parent f7e594e commit 29ec75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_info_post.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939

4040
- name: Set variable
4141
run: |
42-
PR_ID=$(cat ./pr/NR)
42+
PR_ID=$(cat ./NR)
4343
echo "PR_ID=$PR_ID" >> $GITHUB_ENV
4444
4545
- name: Update GitHub comment
4646
uses: marocchino/sticky-pull-request-comment@3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd
4747
with:
48-
path: pr/comment.txt
48+
path: ./comment.txt
4949
number: ${{ env.PR_ID }}

0 commit comments

Comments
 (0)