We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b6dba commit 9b812a6Copy full SHA for 9b812a6
.github/workflows/build_changed_images.yml
@@ -80,4 +80,4 @@ jobs:
80
uses: ./.github/workflows/separate_apps.yml
81
with:
82
app: ${{ matrix.app }}
83
- changed: ${{ needs.get-chnaged-files.outputs.changed_json }}
+ changed: ${{ needs.get-changed-files.outputs.changed_json }}
0 commit comments