Skip to content

Commit 79f3ffb

Browse files
authored
Fix formatting issues in YAML files (#20)
1 parent 5b8e928 commit 79f3ffb

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.yamllint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ rules:
1212
level: warning
1313
line-length:
1414
max: 255
15+
comments:
16+
ignore: cloud-init.template.yml
17+
document-start:
18+
ignore: cloud-init.template.yml

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Self-Hosted GitHub Actions Runner on Hetzner Cloud
23
description: A GitHub Action to automatically create Hetzner Cloud servers and register them as self-hosted GitHub Actions runners.
34
author: Nils Knieling
@@ -99,9 +100,9 @@ inputs:
99100
required: false
100101
type: 'choice'
101102
options:
102-
- repo
103-
- org
104-
default: 'repo'
103+
- repo
104+
- org
105+
default: 'repo'
105106
server_id:
106107
description: >-
107108
ID (integer) of Hetzner Cloud Server to delete.

0 commit comments

Comments
 (0)