Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales committed Oct 8, 2023
1 parent efb677b commit 1c97e9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
echo EOF
} >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
foo:
secrets: inherit
needs:
- get-framework-matrix
steps:
- run: echo ${{fromJson(needs.get-framework-matrix.outputs.matrix)}}
framework:
uses: ./.github/workflows/reusable-build-framework-flavor.yaml
secrets: inherit
Expand Down

0 comments on commit 1c97e9f

Please sign in to comment.