Skip to content

Commit

Permalink
fix typo in benchmark.yml (#10833)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Apr 16, 2024
1 parent c48f2be commit 3297ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
repository: "pyca/cryptography"
path: "cryptography-base"
ref: "${{ github.event.inputs.version || github.base_ref }}"
ref: "${{ github.event.inputs.base_commit || github.base_ref }}"
- name: Clone test vectors
timeout-minutes: 2
uses: ./cryptography-base/.github/actions/fetch-vectors
Expand Down

0 comments on commit 3297ff9

Please sign in to comment.