Skip to content

Commit 6ad32f7

Browse files
authored
updatecli: use the right pipeline file (#64)
1 parent 85b6842 commit 6ad32f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: "--experimental apply --config .ci/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)