Skip to content

Commit 10a8310

Browse files
committed
fix stage name in private build action
1 parent 89131b9 commit 10a8310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: "Install npm dependencies in services extension"
108108
run: cd extensions/Services && npm ci
109109

110-
- name: "Checkout services extension"
110+
- name: "Checkout invoicing extension"
111111
uses: actions/checkout@v4
112112
with:
113113
repository: solidtime-io/extension-invoicing

0 commit comments

Comments
 (0)