Skip to content

Commit 410068d

Browse files
committed
fix msrv badge ci
1 parent bd93480 commit 410068d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/msrv-badge.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
ref: ${{ github.event.pull_request.head.ref }}
1315
- name: Get Minimum Supported Rust Version
1416
uses: spenserblack/[email protected]
1517
id: get-msrv

0 commit comments

Comments
 (0)