Skip to content

Commit

Permalink
chore: change the query param pr of the pr-preview action to `ver…
Browse files Browse the repository at this point in the history
…sion`
  • Loading branch information
plainheart committed Jun 26, 2023
1 parent bcb695c commit ac41c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
with:
body: |
<!-- ECHARTS_PR_PREVIEW -->
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?pr=${{ github.event.number }}@${{ env.GH_SHA_SHORT }}
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-${{ github.event.number }}@${{ env.GH_SHA_SHORT }}
body-include: '<!-- ECHARTS_PR_PREVIEW -->'
number: ${{ github.event.number }}

Expand Down

0 comments on commit ac41c53

Please sign in to comment.