Skip to content

Commit 9b812a6

Browse files
committed
fix typo
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 01b6dba commit 9b812a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_changed_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
uses: ./.github/workflows/separate_apps.yml
8181
with:
8282
app: ${{ matrix.app }}
83-
changed: ${{ needs.get-chnaged-files.outputs.changed_json }}
83+
changed: ${{ needs.get-changed-files.outputs.changed_json }}

0 commit comments

Comments
 (0)