Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Detect whether code changed
id: changed
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const pr = context.payload.pull_request
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Upsert preview comment 💬
if: ${{ steps.changed.outputs.code == 'true' && github.event.pull_request.head.repo.full_name == github.repository }}
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
README_CONTENT: ${{ steps.make-stats.outputs.README_CONTENT }}
with:
Expand Down
Loading