Skip to content

Commit

Permalink
fix: use github event number over sha
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Jan 24, 2025
1 parent 89f6147 commit b30ae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
message: |
Main: ![](https://deno.bundlejs.com/badge?q=@tanstack/react-query&config={%22esbuild%22:{%22external%22:[%22react%22,%22react-dom%22]}}&badge=detailed)
This PR: ![](https://deno.bundlejs.com/badge?q=https://esm.sh/pr/@tanstack/react-query@${{ github.sha }}/es2022/react-query.mjs&config={%22esbuild%22:{%22external%22:[%22react@^19.0.0/jsx-runtime?target=es2022%22,%22react@^19.0.0?target=es2022%22]}}&badge=detailed)
This PR: ![](https://deno.bundlejs.com/badge?q=https://esm.sh/pr/@tanstack/react-query@${{ github.event.number }}/es2022/react-query.mjs&config={%22esbuild%22:{%22external%22:[%22react@^19.0.0/jsx-runtime?target=es2022%22,%22react@^19.0.0?target=es2022%22]}}&badge=detailed)
preview:
name: Preview
runs-on: ubuntu-latest
Expand Down

0 comments on commit b30ae90

Please sign in to comment.