Skip to content

Commit e5e868c

Browse files
committed
fix typo
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 1b722a7 commit e5e868c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_changed_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
app: ${{ fromJSON(needs.get-chnaged-files.outputs.apps) }}
79+
app: ${{ fromJSON(needs.get-changed-files.outputs.apps) }}
8080
uses: ./.github/workflows/separate_apps.yml
8181
with:
8282
app: ${{ matrix.app }}

0 commit comments

Comments
 (0)