diff --git a/.github/workflows/pr_info_post.yml b/.github/workflows/pr_info_post.yml index 0830c46..c3a0914 100644 --- a/.github/workflows/pr_info_post.yml +++ b/.github/workflows/pr_info_post.yml @@ -39,11 +39,11 @@ - name: Set variable run: | - PR_ID=$(cat ./pr/NR) + PR_ID=$(cat ./NR) echo "PR_ID=$PR_ID" >> $GITHUB_ENV - name: Update GitHub comment uses: marocchino/sticky-pull-request-comment@3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd with: - path: pr/comment.txt + path: ./comment.txt number: ${{ env.PR_ID }}