mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-19 23:54:45 +00:00
Set to uppercase API abbreviation
Verified exhaustiveness with: ```sh grep -r 'api' --include='*.md' ```
This commit is contained in:
parent
65d862660a
commit
99d7fb8e0b
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
|
|||
|
||||
## What should I know before submitting a pull request or issue
|
||||
|
||||
The code related to `upload-artifact` is split between this repository and [actions/toolkit](https://github.com/actions/toolkit) where the `@actions/artifact` npm package is housed. The npm package contains the core functionality to interact with artifacts. Any extra functionality on top of interacting with the apis such as search is inside this repository.
|
||||
The code related to `upload-artifact` is split between this repository and [actions/toolkit](https://github.com/actions/toolkit) where the `@actions/artifact` npm package is housed. The npm package contains the core functionality to interact with artifacts. Any extra functionality on top of interacting with the APIs such as search is inside this repository.
|
||||
Artifact related issues will be tracked in this repository so please do not open duplicate issues in `actions/toolkit`.
|
||||
|
||||
## Submitting a pull request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue