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
- Host: GitHub
- URL: https://github.com/sazid/zeuz-actions-upload-attachment
- Owner: sazid
- License: mit
- Created: 2023-01-27T09:41:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T08:16:41.000Z (over 2 years ago)
- Last Synced: 2025-02-21T20:02:11.676Z (3 months ago)
- Language: JavaScript
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ZeuZ GitHub Action - Upload attachment
[](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: