Skip to content

Commit dab0514

Browse files
committed
fix(action): use the same action name everywhere
1 parent a41645e commit dab0514

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cache Nix action
1+
# Cache Nix Store
22

33
A GitHub Action to restore and save Nix store paths using GitHub Actions cache.
44

action.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let
5757
hit-first-match = "hit-first-match";
5858
in
5959
''
60-
name: "${specific.name} Nix store"
60+
name: "${specific.name} Nix Store"
6161
description: "${specific.description} Nix store using GitHub Actions cache to speed up workflows."
6262
author: "GitHub"
6363
inputs:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Cache Nix store"
1+
name: "Cache Nix Store"
22
description: "Restore and save Nix store using GitHub Actions cache to speed up workflows."
33
author: "GitHub"
44
inputs:

restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Restore Nix store"
1+
name: "Restore Nix Store"
22
description: "Restore Nix store using GitHub Actions cache to speed up workflows."
33
author: "GitHub"
44
inputs:

save/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Save Nix store"
1+
name: "Save Nix Store"
22
description: "Save Nix store using GitHub Actions cache to speed up workflows."
33
author: "GitHub"
44
inputs:

0 commit comments

Comments
 (0)