https://github.com/sazid/zeuz-actions-check-node-availability
ZeuZ Actions - check node availability
https://github.com/sazid/zeuz-actions-check-node-availability
Last synced: 3 months ago
JSON representation
ZeuZ Actions - check node availability
- Host: GitHub
- URL: https://github.com/sazid/zeuz-actions-check-node-availability
- Owner: sazid
- License: mit
- Created: 2023-01-11T06:03:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T09:37:20.000Z (over 2 years ago)
- Last Synced: 2025-01-05T21:34:24.804Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ZeuZ GitHub Action - Check node availability
[](https://github.com/sazid/zeuz-actions-check-node-availability/actions/workflows/test.yml)## Usage
```yaml
uses: sazid/[email protected]
with:
zeuz_server_host: https://localhost
zeuz_api_key: ${{ secrets.ZEUZ_API_KEY }}
zeuz_team_id: 2
zeuz_project_id: PROJ-17
node_id: your-node-id
```**We highly recommend to put the api key in GitHub secrets**.
See the [actions tab](https://github.com/sazid/zeuz-actions-check-node-availability/actions/workflows/test.yml) for runs of this action! :rocket:
### Optional parameters
```
retry_timeout:
description: 'retry timeout in seconds (default: 5)'
retry_interval:
description: 'retry interval in seconds (default: 2)'
```