Merge branch 'main' into patch-1

This commit is contained in:
Gary Sassano 2024-12-28 21:50:11 +01:00 committed by GitHub
commit b683c5a9be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 71000 additions and 60943 deletions

View file

@ -120,6 +120,7 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API | `1234` |
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted | `https://github.com/example-org/example-repo/actions/runs/1/artifacts/1234` |
| `artifact-digest` | SHA-256 digest of an Artifact | 0fde654d4c6e659b45783a725dc92f1bfb0baa6c2de64b34e814dc206ff4aaaf |
## Examples