Skip to content

Commit 9b2687c

Browse files
committed
capitalize github action steps
1 parent c909891 commit 9b2687c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
password: ${{ secrets.GITHUB_TOKEN }}
6767

6868

69-
- name: publish containers
69+
- name: Publish Containers
7070
run: ./build.sh publishcontainers

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
id: bootstrap
3232
uses: ./.github/actions/bootstrap
3333

34-
- name: build
34+
- name: Build
3535
run: ./build.sh
3636

37-
- name: test
37+
- name: Test
3838
run: ./build.sh test
3939

40-
- name: publish AOT
40+
- name: Publish AOT
4141
run: ./build.sh publishbinaries
4242

0 commit comments

Comments
 (0)