This action can be used to interact with the Hetzner Cloud API.
uses: CycriLabs/hetzner-cloud-api-action@v1
with:
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