Skip to content

Commit cbe30ef

Browse files
Update 3-fix-broken-sidebar.yml
1 parent 795becc commit cbe30ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/3-fix-broken-sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Create Comment - Add Review Content
7777
run: |
7878
gh issue comment "${{ github.event.pull_request.issue_url }}" \
79-
--body-file ${{ env.FINISH_FILE }}
79+
--body-file "$FINISH_FILE"
8080
env:
8181
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282

0 commit comments

Comments
 (0)