Skip to content

Commit

Permalink
Iterate over buses
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 28, 2024
1 parent 5e8b8ae commit 376b339
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/get-bus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ runs:
- name: Map to Make options
shell: bash
run: |
echo ${{ steps.get_bus_info.outputs.result }}
buses=(${{ steps.get_bus_info.outputs.result }})
for bus in "${buses[@]}"
echo $bus
done

0 comments on commit 376b339

Please sign in to comment.