# Setting artifact description from the artifact uploader github action

**URL:** https://hub.mender.io/t/setting-artifact-description-from-the-artifact-uploader-github-action/7550
**Category:** General Discussions
**Tags:** feature-request, gh-action-upload-artifact
**Created:** [February 11, 2025, 10:58pm UTC](https://hub.mender.io/t/setting-artifact-description-from-the-artifact-uploader-github-action/7550 "2025-02-11T22:58:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DanLipsitt](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/danlipsitt/32/2384_2.png) [@DanLipsitt](https://hub.mender.io/u/DanLipsitt)
#### Post date: [February 11, 2025, 10:58pm UTC](https://hub.mender.io/t/setting-artifact-description-from-the-artifact-uploader-github-action/7550/1 "2025-02-11T22:58:19Z")

</div>

It would be useful to have a `description` parameter for the [artifact uploader github action](https://github.com/mendersoftware/mender-gh-action-upload-artifact/tree/master) that gets passed through to the http api.

---

<div class="post-metadata">

### Author: ![TheYoctoJester](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/theyoctojester/32/1444_2.png) [@TheYoctoJester](https://hub.mender.io/u/TheYoctoJester)
#### Post date: [February 12, 2025, 3:08pm UTC](https://hub.mender.io/t/setting-artifact-description-from-the-artifact-uploader-github-action/7550/2 "2025-02-12T15:08:09Z")

</div>

Hi @DanLipsitt,

Thanks for the suggestion. Not sure I understand it right though - you mean like an arbitrary string which then gets set as the specific artifacts description?

Greetz,  
Josef

---

<div class="post-metadata">

### Author: ![DanLipsitt](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/danlipsitt/32/2384_2.png) [@DanLipsitt](https://hub.mender.io/u/DanLipsitt)
#### Post date: [February 12, 2025, 7:21pm UTC](https://hub.mender.io/t/setting-artifact-description-from-the-artifact-uploader-github-action/7550/3 "2025-02-12T19:21:33Z")

</div>

@TheYoctoJester Yes, exactly. There’s a description field in the web interface and in the api, but not in the GitHub action. My usecase would be to automatically populate it from the release notes of the artifact I am uploading.
