Benchmark action specify repository (#2419)

This commit is contained in:
Julius Lungys 2022-01-28 10:16:32 +02:00 committed by GitHub
parent a0ef5630ab
commit 22f3f46dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: "./yew"
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: "${{ github.head_ref }}"
- uses: actions/checkout@v2