Browse Source

Add inputs to yml

pull/471/head
Jason Williams 5 years ago committed by GitHub
parent
commit
a76b8d489f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -26,7 +26,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: boa-dev/criterion-compare-action@67ce5d12a11182e90273acbad5dbc6cc4562f0e0
- uses: boa-dev/criterion-compare-action@cbdb9749de29ead1b74e1e83b2a436b5308b6e32
with:
token: ${{ secrets.GITHUB_TOKEN }}
cwd: "boa"

Loading…
Cancel
Save