We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e3a3a commit 53e1f8bCopy full SHA for 53e1f8b
.github/workflows/build_changed_images.yml
@@ -77,7 +77,7 @@ jobs:
77
fail-fast: false
78
matrix:
79
app: ${{ fromJSON(needs.get-changed-files.outputs.apps) }}
80
- uses: ./.github/workflows/separate_apps.yml
+ uses: ./.github/workflows/separate_frameworks.yml
81
with:
82
app: ${{ matrix.app }}
83
changed_apps: ${{ needs.get-changed-files.outputs.changed_json }}
0 commit comments