Skip to content

Commit

Permalink
feat: add action (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScheib committed Aug 31, 2024
1 parent 98ebe15 commit bdbd664
Show file tree
Hide file tree
Showing 10 changed files with 27,185 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: ${{ env.author-name }}
GIT_AUTHOR_EMAIL: ${{ env.author-email }}
run: npx semantic-release
run: npx --yes -p @semantic-release/changelog -p @semantic-release/git semantic-release
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Hetzner Cloud API Action'
description: 'Interact with the Hetzner Cloud API from a GitHub'
inputs:
api-token:
description: 'The Hetzner Cloud API token'
required: true
runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit bdbd664

Please sign in to comment.