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.
2 parents c6d36f7 + 85b6842 commit fb6c2a4Copy full SHA for fb6c2a4
.github/update-specs.yml
@@ -6,12 +6,12 @@ scms:
6
kind: github
7
spec:
8
user: '{{ requiredEnv "GITHUB_ACTOR" }}'
9
- email: '{{ requiredEnv "GIT_EMAIL" }}'
10
owner: elastic
11
repository: ecs-logging-go-zap
12
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
13
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
14
branch: main
+ commitusingapi: true
15
16
actions:
17
ecs-logging-go-zap:
.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 .github/update-specs.yml"
+ command: "--experimental apply --config .github/update-specs.yml"
23
env:
24
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}
25
0 commit comments