Skip to content

Commit cc22d2a

Browse files
committed
refactor: yml to yaml
1 parent 5a29bb8 commit cc22d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
jobs:
99

1010
trigger-build:
11-
uses: multi-repo/workflows/.github/workflows/kaniko-build.yml@main
11+
uses: multi-repo/workflows/.github/workflows/kaniko-build.yaml@main
1212
with:
1313
image-name: ${{ github.repository }}/redis
1414
secrets:
1515
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1616

1717
trigger-cleanup:
18-
uses: multi-repo/workflows/.github/workflows/clean-registry.yml@main
18+
uses: multi-repo/workflows/.github/workflows/clean-registry.yaml@main
1919
with:
2020
owner: multi-repo
2121
repository: redis

0 commit comments

Comments
 (0)