From d94b522220ac05eb0407aaf43b5531777d271980 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Mon, 9 Dec 2024 13:42:58 -0800 Subject: [PATCH] Fix docs for attestation-url output (#183) Signed-off-by: Brian DeHamer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bebd74f..0bff71f 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ See [action.yml](action.yml) | Name | Description | Example | | ----------------- | -------------------------------------------------------------- | ------------------------------------------------ | | `attestation-id` | GitHub ID for the attestation | `123456` | -| `attestation-url` | Absolute path to the file containing the generated attestation | `https://github.com/foo/bar/attestations/123456` | +| `attestation-url` | URL for the attestation summary | `https://github.com/foo/bar/attestations/123456` | | `bundle-path` | Absolute path to the file containing the generated attestation | `/tmp/attestation.json` |