Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 434 Bytes

File metadata and controls

27 lines (19 loc) · 434 Bytes

Hetzner Cloud API Action

This action can be used to interact with the Hetzner Cloud API.

Inputs

Outputs

Example usage

uses: CycriLabs/hetzner-cloud-api-action@v1
with:

Development

The action is written in TypeScript and uses the @actions/core and @actions/github libraries.

# Install dependencies
npm install
# Package the action
npm run package
# Run the action locally
npm start