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 1610324 commit d58103eCopy full SHA for d58103e
.github/workflows/CI.yml
@@ -23,11 +23,10 @@ jobs:
23
extract-targets:
24
runs-on: ubuntu-latest
25
outputs:
26
- targets: ${{ steps.extract.outputs.targets }}
+ targets: ${{ steps.get-targets.outputs.targets }}
27
steps:
28
- uses: actions/checkout@v4
29
- name: Extract targets as JSON array
30
- id: extract
31
uses: dcarbone/install-jq-action@v2
32
- name: Get targets from bake file
33
id: get-targets
0 commit comments