Skip to content

Commit

Permalink
ci: ecosystem-benchmark checkout failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Jan 2, 2025
1 parent e768650 commit 3a9c72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'workflow_dispatch' && format('pull/{0}/head', inputs.pr) || github.sha }}
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/pull/{0}/head', inputs.pr) || github.sha }}

- name: Clean
uses: ./.github/actions/clean
Expand Down

0 comments on commit 3a9c72d

Please sign in to comment.