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 dd93fe4 commit 96d7ff3Copy full SHA for 96d7ff3
.ci/update-specs.yml
@@ -11,6 +11,7 @@ scms:
11
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
12
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
13
branch: main
14
+ commitusingapi: true
15
16
actions:
17
ecs-logging-python:
.github/workflows/update-specs.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: elastic/oblt-actions/updatecli/run@v1
21
with:
22
- command: "apply --config .ci/update-specs.yml"
+ command: "--experimental apply --config .ci/update-specs.yml"
23
env:
24
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}
25
0 commit comments