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 dbd04b7 commit 3a95c53Copy full SHA for 3a95c53
updatecli/updatecli.d/versions.yml renamed to .github/updatecli/updatecli.d/versions.yml
updatecli/values.d/scm.yml renamed to .github/updatecli/values.d/scm.yml
.github/workflows/updatecli.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- uses: elastic/oblt-actions/updatecli/run@v1
36
with:
37
- command: apply --config updatecli/updatecli.d/versions.yml --values updatecli/values.d/scm.yml
+ command: apply --config .github/updatecli/updatecli.d/versions.yml --values .github/updatecli/values.d/scm.yml
38
env:
39
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
40
0 commit comments