Skip to content

Commit 03e026f

Browse files
committed
ci: fix improve version-test name
1 parent 6207075 commit 03e026f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717

1818
version-test:
19-
name: testing versino action
19+
name: testing version action
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: checkout
@@ -29,7 +29,7 @@ jobs:
2929
version-file: 'gradle/libs.versions.toml'
3030
version-path: 'versions.processor'
3131

32-
- name: echo
32+
- name: echo version
3333
shell: bash
3434
run: echo BUILD_VERSION_X "$BUILD_VERSION_X"
3535
env:

0 commit comments

Comments
 (0)