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 dfdc91c commit 674cf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
id: core_files_changed
uses: ./.github/workflows/actions/early-exit-check

- name: Check if core files changed
- name: xxxxxxx
# if: steps.core_files_changed.outputs.result != 'true'
id: core_files_changed_output
shell: bash
run: |
echo "xxxx = ${{ steps.core_files_changed.outputs.result == 'true' }}"
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 674cf2c

Please sign in to comment.