Skip to content

Commit

Permalink
fix: pipe logic
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Oct 25, 2024
1 parent 8b7a2a4 commit dfdc91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: core_files_changed_output
shell: bash
run: |
echo "xxxx = ${{ steps.core_files_changed.outputs.result }}"
echo "xxxx = ${{ steps.core_files_changed.outputs.result == 'true' }}"
# if [ "${{ steps.core_files_changed.outputs.result }}" == "true" ]; then
# echo "YESSSSSSSSS"
Expand Down

0 comments on commit dfdc91c

Please sign in to comment.