We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8e928 commit 79f3ffbCopy full SHA for 79f3ffb
2 files changed
.yamllint
@@ -12,3 +12,7 @@ rules:
12
level: warning
13
line-length:
14
max: 255
15
+ comments:
16
+ ignore: cloud-init.template.yml
17
+ document-start:
18
action.yml
@@ -1,3 +1,4 @@
1
+---
2
name: Self-Hosted GitHub Actions Runner on Hetzner Cloud
3
description: A GitHub Action to automatically create Hetzner Cloud servers and register them as self-hosted GitHub Actions runners.
4
author: Nils Knieling
@@ -99,9 +100,9 @@ inputs:
99
100
required: false
101
type: 'choice'
102
options:
- - repo
103
- - org
104
- default: 'repo'
+ - repo
+ - org
105
+ default: 'repo'
106
server_id:
107
description: >-
108
ID (integer) of Hetzner Cloud Server to delete.
0 commit comments