We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffec53 commit e66f0d9Copy full SHA for e66f0d9
.github/updatecli/.updatecli-version
@@ -0,0 +1 @@
1
+v0.105.1
.github/workflows/updatecli.yml
@@ -16,7 +16,7 @@ jobs:
16
bump:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- name: Get token
22
id: get_token
@@ -35,6 +35,7 @@ jobs:
35
- uses: elastic/oblt-actions/updatecli/run@v1
36
with:
37
command: apply --config .github/updatecli/updatecli.d/versions.yml --values .github/updatecli/values.d/scm.yml
38
+ version-file: .github/updatecli/.updatecli-version
39
env:
40
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
41
0 commit comments