Skip to content

Commit 30c244a

Browse files
committed
fix: action script
1 parent 434cbf0 commit 30c244a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎./workflows/dev.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313

1414
build-worker:
15-
name: Build deployer
15+
name: build-worker
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- name: Checkout
@@ -25,7 +25,7 @@ jobs:
2525
docker push ghcr.io/eyblockchain/nightfall3-worker
2626
2727
build-deployer:
28-
name: Build deployer
28+
name: build-deployer
2929
runs-on: ubuntu-20.04
3030
steps:
3131
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
3838
docker push ghcr.io/eyblockchain/nightfall3-deployer
3939
4040
build-optimist:
41-
name: Build optimist
41+
name: build-optimist
4242
runs-on: ubuntu-20.04
4343
steps:
4444
- name: Checkout
@@ -51,7 +51,7 @@ jobs:
5151
docker push ghcr.io/eyblockchain/nightfall3-optimist
5252
5353
build-proposer:
54-
name: Build proposer
54+
name: build-proposer
5555
runs-on: ubuntu-20.04
5656
steps:
5757
- name: Checkout

0 commit comments

Comments
 (0)