Skip to content

Commit 24ce991

Browse files
committed
Set name
1 parent 94a7be9 commit 24ce991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
cache: "npm"
5151
cache-dependency-path: "package-lock.json"
5252

53-
- uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
53+
- name: Retrieve Datasheets
54+
uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
5455
with:
5556
name: datasheets
5657

@@ -70,7 +71,7 @@ jobs:
7071
restore-keys: |
7172
${{ runner.os }}-cache-gatsby-main
7273
73-
- name: Gatsby Public Folder
74+
- name: Gatsby Public Folder cache
7475
uses: actions/cache@v4
7576
id: gatsby-public-folder
7677
with:

0 commit comments

Comments
 (0)