Skip to content

Commit 020457f

Browse files
Merge pull request #42 from hackerspace-ntnu/better-names-and-new-michael-key
fix this :3
2 parents 3000834 + 6be3201 commit 020457f

19 files changed

+20
-20
lines changed

.github/workflows/dingseboms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update keys for dingseboms
1+
name: dingseboms
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-keys-script:
13-
name: Update authorized_keys on dingseboms
13+
name: Update
1414
uses: ./.github/workflows/update-keys.yml
1515
with:
1616
environment: dingseboms

.github/workflows/duppeditt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update keys for duppeditt
1+
name: duppeditt
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-keys-script:
13-
name: Update authorized_keys on duppeditt
13+
name: Update
1414
uses: ./.github/workflows/update-keys.yml
1515
with:
1616
environment: duppeditt

.github/workflows/gluteus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update keys for gluteus
1+
name: gluteus
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-keys-script:
13-
name: Update authorized_keys on gluteus
13+
name: Update
1414
uses: ./.github/workflows/update-keys.yml
1515
with:
1616
environment: gluteus

.github/workflows/meieri.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update keys for meieri
1+
name: meieri
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-keys-script:
13-
name: Update authorized_keys on meieri
13+
name: Update
1414
uses: ./.github/workflows/update-keys.yml
1515
with:
1616
environment: meieri

.github/workflows/noodlebar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update keys for noodlebar
1+
name: noodlebar
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-keys-script:
13-
name: Update authorized_keys on noodlebar
13+
name: Update
1414
uses: ./.github/workflows/update-keys.yml
1515
with:
1616
environment: noodlebar

.github/workflows/phoenix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update keys for phoenix
1+
name: Update
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-keys-script:
13-
name: Update authorized_keys on phoenix
13+
name: Update
1414
uses: ./.github/workflows/update-keys.yml
1515
with:
1616
environment: phoenix

.github/workflows/update-keys.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update SSH keys
1+
name: SSH keys script
22

33
on:
44
workflow_call:
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
update-keys:
24-
name: Update SSH keys
24+
name: authorized_keys
2525
runs-on: ubuntu-latest
2626
environment: ${{ inputs.environment }}
2727
steps:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)