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 3b7d5c4 commit e9bb651
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions/early-exit-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ description: |
This action checks for changes in specific directories and
exits early if there are none
on:
workflow_call: # This makes it a reusable workflow

runs:
using: composite
steps:
- name: Check location of changed files
id: core_files_check
shell: bash
run: |
echo "mango=xx" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e9bb651

Please sign in to comment.