Skip to content

Commit fb6c2a4

Browse files
authored
Merge branch 'main' into v1v-patch-1
2 parents c6d36f7 + 85b6842 commit fb6c2a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/update-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ scms:
66
kind: github
77
spec:
88
user: '{{ requiredEnv "GITHUB_ACTOR" }}'
9-
email: '{{ requiredEnv "GIT_EMAIL" }}'
109
owner: elastic
1110
repository: ecs-logging-go-zap
1211
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
1312
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
1413
branch: main
14+
commitusingapi: true
1515

1616
actions:
1717
ecs-logging-go-zap:

.github/workflows/update-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: elastic/oblt-actions/updatecli/run@v1
2121
with:
22-
command: "apply --config .github/update-specs.yml"
22+
command: "--experimental apply --config .github/update-specs.yml"
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}
2525

0 commit comments

Comments
 (0)