Skip to content

Commit d58103e

Browse files
committed
fixup! fix: Update CI.yml to fix empty input
1 parent 1610324 commit d58103e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
extract-targets:
2424
runs-on: ubuntu-latest
2525
outputs:
26-
targets: ${{ steps.extract.outputs.targets }}
26+
targets: ${{ steps.get-targets.outputs.targets }}
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Extract targets as JSON array
30-
id: extract
3130
uses: dcarbone/install-jq-action@v2
3231
- name: Get targets from bake file
3332
id: get-targets

0 commit comments

Comments
 (0)