We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a52b9b commit e161013Copy full SHA for e161013
.github/actions/parse-cmake-preset/action.yaml
@@ -22,6 +22,7 @@ runs:
22
run: |
23
targets=$(jq '.buildPresets[] | select(.name=="${{ inputs.name }}") | .targets' CMakePresets.json)
24
echo targets=$targets >> "$GITHUB_OUTPUT"
25
+ echo $GITHUB_OUTPUT
26
shell: bash
27
working-directory: ${{ env.DEFAULT_DIRECTORY }}
28
.github/workflows/build-cross-target.yaml
@@ -37,6 +37,7 @@ jobs:
37
path: ot3-firmware
38
39
- name: Parse target
40
+ id: get-target
41
uses: ./actions/.github/actions/parse-cmake-preset
42
with:
43
name: format-ci
0 commit comments