Skip to content

Commit

Permalink
Test 7: jq two steps down
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 18, 2024
1 parent c7609ee commit 5090b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ jobs:
echo "devtype=$DEVTYPE" >> $GITHUB_ENV
echo "fqbn=$FQBN" >> $GITHUB_ENV
echo "device=$DEVICE" >> $GITHUB_ENV
echo "example="$(echo ${xfp} | jq ".\"hil.example\"" -r --compact-output ) >> $GITHUB_ENV
echo "baud="$(echo ${xfp} | jq ".\"hil.baud\"" -r --compact-output ) >> $GITHUB_ENV
echo "example="$(echo ${xfp} | jq ".\"hil\".\"example\"" -r --compact-output ) >> $GITHUB_ENV
echo "baud="$(echo ${xfp} | jq ".\"hil\".\"baud\"" -r --compact-output ) >> $GITHUB_ENV
echo "Repository name: " $REPO
echo "Project name: " $PROJECT
Expand All @@ -271,8 +271,8 @@ jobs:
echo "Device Type: " $DEVTYPE
echo "FQBN: " $FQBN
echo "Device: " $DEVICE
echo "Example: " $(echo ${xfp} | jq ".\"example\"" -r --compact-output )
echo "Baud example: " $(echo ${xfp} | jq ".\"baud\"" -r --compact-output )
echo "Example: " $(echo ${xfp} | jq ".\"hil\".\"example\"" -r --compact-output )
echo "Baud example: " $(echo ${xfp} | jq ".\"hil\".\"baud\"" -r --compact-output )
# Compile the code which we want to flash
# REPO: the name of the repository which is also the link name
Expand Down

0 comments on commit 5090b33

Please sign in to comment.