An open API service indexing awesome lists of open source software.

https://github.com/sazid/zeuz-actions-upload-attachment

ZeuZ Actions - Upload attachment
https://github.com/sazid/zeuz-actions-upload-attachment

Last synced: 3 months ago
JSON representation

ZeuZ Actions - Upload attachment

Awesome Lists containing this project

README

        

# ZeuZ GitHub Action - Upload attachment
[![Test action](https://github.com/sazid/zeuz-actions-upload-attachment/actions/workflows/test.yml/badge.svg)](https://github.com/sazid/zeuz-actions-upload-attachment/actions/workflows/test.yml)

## Usage

```yaml
uses: sazid/[email protected]
with:
zeuz_server_host: https://localhost
zeuz_api_key: ${{ secrets.ZEUZ_API_KEY }}
zeuz_attachment_type: global/test_case/step
zeuz_attachment_item_id: TEST-1234
zeuz_attachment_path: ./test.txt
zeuz_attachment_replace: true
```

**We highly recommend to put the api key in GitHub secrets**.

See the [actions tab](https://github.com/sazid/zeuz-actions-upload-attachment/actions) for runs of this action! :rocket: