Skip to content

Commit

Permalink
Set outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 29, 2024
1 parent f5ac08b commit cd3e00d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/get-bus/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'Get Bus Type'
description: 'Get Bus Type'
outputs:
buses:
description: "Buses"
value: ${{ steps.get_buses.outputs.output }}
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -32,7 +36,3 @@ runs:
fi
done
echo "output=$output" >> $GITHUB_OUTPUT
- name: Check Output
shell: bash
run: |
echo ${{ steps.get_buses.outputs.output }}

0 comments on commit cd3e00d

Please sign in to comment.