We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6207075 commit 03e026fCopy full SHA for 03e026f
1 file changed
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
18
version-test:
19
- name: testing versino action
+ name: testing version action
20
runs-on: ubuntu-latest
21
steps:
22
- name: checkout
@@ -29,7 +29,7 @@ jobs:
29
version-file: 'gradle/libs.versions.toml'
30
version-path: 'versions.processor'
31
32
- - name: echo
+ - name: echo version
33
shell: bash
34
run: echo BUILD_VERSION_X "$BUILD_VERSION_X"
35
env:
0 commit comments