mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-13 19:02:19 +00:00
Fix typos in README.md (#61)
This commit is contained in:
parent
7208362845
commit
d811d1bcba
@ -1,6 +1,6 @@
|
||||
# `actions/attest-build-provenance`
|
||||
|
||||
Generate signed build provenace attestations for workflow artifacts. Internally
|
||||
Generate signed build provenance attestations for workflow artifacts. Internally
|
||||
powered by the [@actions/attest][1] package.
|
||||
|
||||
Attestations bind some subject (a named artifact along with its digest) to a
|
||||
@ -47,7 +47,7 @@ attest:
|
||||
subject-path: '<PATH TO ARTIFACT>'
|
||||
```
|
||||
|
||||
The `subject-path` parameter should identity the artifact for which you want
|
||||
The `subject-path` parameter should identify the artifact for which you want
|
||||
to generate an attestation.
|
||||
|
||||
### Inputs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user