Skip to content

Commit

Permalink
Check step output
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 29, 2024
1 parent 3ec8f89 commit f5ac08b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/get-bus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
cmd: yq '.info.bus.[]' './${{ github.event.repository.name }}.yaml'
- name: Map to Make options
shell: bash
id: get_buses
run: |
buses=(${{ steps.get_bus_info.outputs.result }})
output=""
Expand All @@ -30,3 +31,8 @@ runs:
exit 1
fi
done
echo "output=$output" >> $GITHUB_OUTPUT
- name: Check Output
shell: bash
run: |
echo ${{ steps.get_buses.outputs.output }}

0 comments on commit f5ac08b

Please sign in to comment.