From d811d1bcba676a7f09c1041bc97e9fb427fcb76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= <25648755+M-arcus@users.noreply.github.com> Date: Mon, 6 May 2024 17:45:52 +0200 Subject: [PATCH] Fix typos in README.md (#61) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ee320..8139fea 100644 --- a/README.md +++ b/README.md @@ -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: '' ``` - 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