We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b722a7 commit e5e868cCopy full SHA for e5e868c
1 file changed
.github/workflows/build_changed_images.yml
@@ -76,7 +76,7 @@ jobs:
76
strategy:
77
fail-fast: false
78
matrix:
79
- app: ${{ fromJSON(needs.get-chnaged-files.outputs.apps) }}
+ app: ${{ fromJSON(needs.get-changed-files.outputs.apps) }}
80
uses: ./.github/workflows/separate_apps.yml
81
with:
82
app: ${{ matrix.app }}
0 commit comments